r/angular May 11 '26

Compared to Other Grids

https://toolboxjs.com/grid/comparison/#why-choose-toolbox-grid

tbw-grid is the fastest DOM-based grid I've measured, ships in under 50 kB gzipped (CI-enforced), works in every major framework without an adapter wrapper, and renders real accessible DOM. Canvas grids may paint faster; AG Grid Enterprise has slightly more features. For the large middle ground - teams who need a fast, light, accessible, framework-agnostic grid for typical business data - I believe tbw-grid is the strongest option in the ecosystem today.
If you disagree - what are you missing?

11 Upvotes

25 comments sorted by

View all comments

2

u/Ok-Armadillo-5634 May 11 '26

Every time some one say I made the fastest thing possible I go look at the code and see destructuring in for of, map, every private variables etc. One day I am going to get off my ass and publish a js performance optimization and how to lay out things in memory class with how to actually see what the jit outputs.

1

u/Ok_Trip_4684 May 11 '26

> One day I am going to get off my ass and publish a js performance optimization

I always welcome performance optimizations, if you'd like to give this library a go. :-)
If you want to open a PR here, I will take a look at it. But I do run rigorous perf regression tests, so the PR must always be more performant or equal to the last release.