JSPM

  • Created
  • Published
  • Downloads 26624
  • Score
    100M100P100Q134545F

Fast multidimensional filtering for coordinated views.

Package Exports

  • crossfilter2

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (crossfilter2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Crossfilter

Join the chat at https://gitter.im/crossfilter/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.

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.