# gabrielpetersson/fast-grid

World's most performant DOM-based web table. Try it! fast-grid.vercel.app/

Repository: https://github.com/gabrielpetersson/fast-grid
Canonical: https://ross.abutalabs.com/products/fast-grid
Homepage: https://fast-grid.vercel.app/
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2024-10-31T00:22:03+00:00

## Health v2 (maintenance only)
Score: 30/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 87
- inputs: {"age_days": 1223, "days_push": 672, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2298, forks 51 (observed 2026-08-28T04:06:35.284212+00:00)

## What it is
A highly performant DOM-based web table/grid library written in TypeScript that can render millions of rows at constant time complexity. It uses web workers with shared array buffers for off-thread sorting and filtering, custom virtualization, and its own event loop to maintain 120fps even under heavy load.

## Use cases
- render millions of rows in a browser table without lag
- sort and filter large datasets while scrolling at 120fps
- build a financial data grid that never drops frames
- display huge log tables in a web app
- smooth scrolling data grid on mobile phones
- replace slow virtualized table libraries with a faster alternative

## When to choose
- you need to display or interact with very large datasets (hundreds of thousands to millions of rows) in the browser
- you require consistent high frame rates while sorting, filtering, and scrolling simultaneously
- browser pixel-height limits of standard virtualization break your current table
- you need performant scrolling on mobile devices

## When to avoid
- you need a mature, feature-complete grid with column resizing, custom cell renderers, and full column sort/filter support (still on the TODO list)
- your primary target is iPhone Safari with its low memory limits
- you need a batteries-included enterprise data grid with built-in editing, grouping, or export features
- you prefer a well-documented library with a large community and ecosystem

## Facets
- artifact type: library
- maturity: experimental
- function: ui-components, state-management, concurrency
- domain: web-development, frontend, performance, data-visualization
- platform: browser, cross-platform
- tags: data-grid, virtualization, web-workers, shared-array-buffer, high-performance, table, typescript, web-server

## Member repositories
- gabrielpetersson/fast-grid (main) score 30

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:35.284212+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:40:17.148551+00:00, confidence not recorded.
  - readme: https://github.com/gabrielpetersson/fast-grid (fetched 2026-08-28T04:06:35.284212+00:00, sha c74be1e3ef7e)
  - homepage: https://fast-grid.vercel.app/ (fetched 2026-08-29T10:20:49.875930+00:00, sha 65c909a727a4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
