Skip to content

jcrupi/crossfilter

This branch is 63 commits behind square/crossfilter:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47d26fc · Apr 26, 2012

History

17 Commits
Mar 2, 2012
Apr 26, 2012
Apr 7, 2012
Mar 2, 2012
Mar 26, 2012
Mar 16, 2012
Mar 26, 2012
Apr 26, 2012
Apr 26, 2012
Apr 26, 2012
Mar 26, 2012
Apr 26, 2012

Repository files navigation

Crossfilter

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; we built it to power analytics for Square Register, allowing merchants to slice and dice their payment history fluidly.

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. Crossfilter is available under the Apache License.

Want to learn more? See the wiki.

About

Fast n-dimensional filtering and grouping of records.

Resources

License

Stars

Watchers

Forks

Packages

No packages published