crossfilter2

Fast multidimensional filtering for coordinated views.

Apache-2.0 25 个版本
安装
npm install crossfilter2
yarn add crossfilter2
pnpm add crossfilter2
bun add crossfilter2
README

Crossfilter

Test status via Travis CI CDNJS

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.

This is a community-maintained fork of the original square/crossfilter library.

Want to learn more? See the wiki.

Installation

This package can be found under the name crossfilter2 in npm:

 npm install crossfilter2

Development

Install dependencies:

  • npm install
  • npm install -g browserify uglify-js

Test changes with npm test. Build with npm run build for use in the browser. You may also want to benchmark your changes with npm run benchmark.

版本列表
2.0.0-alpha.4 2016-03-15
2.0.0-alpha.3 2015-10-02
2.0.0-alpha.2 2015-08-27
2.0.0-alpha.1 2015-08-27
1.5.4 2020-09-25
1.5.3 2020-08-20
1.5.2 2020-01-02
1.5.1 2019-12-20
1.5.0 2019-11-09
1.4.8 2019-11-09
1.4.7 2019-04-04
1.4.6 2018-04-25
1.4.5 2018-02-16
1.4.4 2018-02-16
1.4.3 2017-09-22
1.4.2 2017-09-18
1.4.1 2017-07-26
1.4.0-alpha.6 2016-05-17
1.4.0-alpha.5 2016-04-29
1.4.0-alpha.2 2016-04-19
1.4.0-alpha.1 2016-03-16
1.4.0 2017-04-26
1.3.14 2016-06-09
1.3.13 2016-03-16
1.3.12 2016-03-16