Fast Multidimensional Filtering for Coordinated Views

20 sec read

Crossfilter is a JavaScript library for exploring large multivariate datasets in the browser. Crossfilter supports extremely fast (<30ms) interaction with coordinated views, even with datasets containing a million or more records;

Since most interactions only involve a single dimension, and then only small adjustments are made to the filter values, incremental filtering and reducing is significantly faster than starting from scratch. Crossfilter uses sorted indexes (and a few bit-twiddling hacks) to make this possible, dramatically increasing the perfor­mance of live histograms and top-K lists. For more details on how Crossfilter works, see the API reference.

imageCheckout the Airline on-time performance

Cloud development with Azure and Visual Studio

This session is so awesome, I just had to post it here so that I can play it over and over again… What great...
kpantos
5 sec read

Theme update

Back in August when I migrated my blog to Windows Azure Websites and WordPress, I mentioned that I was also looking to...
kpantos
1 min read

Storyboarding can save you time

It is human nature to jump right into a project without spending the necessary preparation time to ensure success. They say that 80% of...
kpantos
49 sec read

Leave a Reply

Your email address will not be published. Required fields are marked *