Ross ROSS = Recommend OSS · open-source software intelligence for agents

gabrielpetersson/fast-grid

World's most performant DOM-based web table. Try it! fast-grid.vercel.app/ observed · 2026-08-28

github.com/gabrielpetersson/fast-grid · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

30/100

  • Activity 0
  • Release rhythm 35
  • Longevity 87

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1223
  • days_rel: n/a
  • days_push: 672
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2298 stars · 51 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity experimental

ui-components state-management concurrency web-development frontend performance data-visualization browser cross-platform data-grid virtualization web-workers shared-array-buffer high-performance table typescript web-server

2 sources

Member repositories

RepositoryRoleHealth v2
gabrielpetersson/fast-gridmain30

For agents

markdown · JSON · MCP: product_card(name="gabrielpetersson/fast-grid")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem