Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filtering/indexing inspired by crossfilter #10

Open
jheeffer opened this issue Mar 26, 2019 · 0 comments
Open

Add filtering/indexing inspired by crossfilter #10

jheeffer opened this issue Mar 26, 2019 · 0 comments

Comments

@jheeffer
Copy link
Collaborator

jheeffer commented Mar 26, 2019

Crossfilter

  1. uses binary operations to update filter status along multiple dimensions.
    filters is array of bitmasks. each element in array is a datarow and each bit in element value represents one filter and if data row is filtered (1) or not (0).

  2. uses incremental/decremental reducer functions to efficiently update aggregates

http://crossfilter.github.io/crossfilter/
https://github.com/dc-js/dc.js/
https://www.omnisci.com/demos/taxis/#/dashboard/10?_k=5wpaou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant