crossfilter
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/crossfilter package

1.3.12 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.1226,854latest

Version History

VersionDownloads (Last 7 Days)Published
1.3.1226,854
1.3.1162
1.3.101
1.3.91
1.3.80
1.3.7975
1.3.60
1.3.50
1.3.40
1.3.30
1.3.20
1.3.10
1.3.00
1.2.03
1.1.30
1.1.22
1.1.12
1.1.02
1.0.30
1.0.20

Package Sidebar

Install

npm i crossfilter

Weekly Downloads

22,992

Version

1.3.12

License

none

Last publish

Collaborators

  • mbostock
  • jasondavies
  • randometc