square/crossfilter

Fast n-dimensional filtering and grouping of records.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 10th, 2026
Created on March 2nd, 2012
Open Issues & Pull Requests: 4 (+0)
GitHub issues: Enabled
Number of forks: 1,268
Total Stargazers: 6,186 (+0)
Total Subscribers: 215 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 228.8 days
Mean response time: 491.1 days
90th percentile: 753.5 days
Tracked items: 2

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Crossfilter is a JavaScript library for fast n-dimensional filtering and grouping of records in the browser.

The library solves the problem of interacting fluidly with large multivariate datasets by using sorted indexes and bit-level optimizations to enable incremental filtering. Rather than recomputing results from scratch on each interaction, it updates only the affected dimensions, making operations like histogram updates and top-K list generation extremely fast even with millions of records. This approach keeps interaction latency below 30 milliseconds, enabling real-time exploration of complex datasets through coordinated views.

Crossfilter suits projects that need to build interactive analytics dashboards in the browser where users filter and explore data across multiple dimensions simultaneously. It works well when datasets are large enough that naive filtering would cause noticeable lag, and when the interaction pattern involves frequent small adjustments to filter values rather than wholesale data reloads. The tool is particularly valuable for payment analytics, sales dashboards, and similar applications where merchants or analysts need to slice data by multiple attributes without waiting for results.

The project is not under active development or maintenance by Square or its original creators. The current API and feature set are considered essentially complete, and while genuine bug fixes and pull requests are still welcomed, no new versions are planned for the original repository. An actively maintained fork exists under a separate Crossfilter Organization that is pursuing improved APIs and performance enhancements for modern JavaScript virtual machines.