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.
NOTE: We are seeking new maintainers for this repo. See #171 for discussion.
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.
Gallery of Community ExamplesThis package can be found under the name crossfilter2
in npm:
Install dependencies:
npm install
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
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4