Alternatives
Products that do what 60FPS smooth, no matter how janky app was due to heavy build/layout does
- 1CW
Creator here. I built ChartGPU because I kept hitting the same wall: charting libraries that claim to be "fast" but choke past 100K data points. The core insight: Canvas2D is fundamentally CPU-bound. Even WebGL chart libraries still do most computation on the CPU. So I moved everything to the GPU via WebGPU: - LTTB downsampling runs as a compute shader - Hit-testing for tooltips/hover is GPU-accelerated - Rendering uses instanced draws (one draw call per series) The result: 1M points at 60fps with smooth zoom/pan. Live demo:…
Jan 2026 · github.com
- 2

- 3

- 4

- 51T
2020 · youtube.com
- 6AV
2022 · github.com
- 7

- 8

- 9FI
2013 · framebase.io
- 10

- 113L
2024 · github.com
- 12

- 13RN
2020 · github.com
- 14

- 15OI
2016 · orbides.org
- 16

- 17

- 18MB
I always had a sweet tooth for how easy it is to use google/benchmark, but when working with js, current libraries didn't feel right and some were not even accurate enough, so I decided to create my own library to make JavaScript benchmarking tooling better. With more free time, I finally implemented all features I wished for in 1.0.0 and made a lightweight C++ single-header version for moments when google/benchmark is too much. Hope this library helps you as much as it does me.
2024 · github.com
- 19

- 20RD
Hi HN! I've been working on Reflame since I quit my job at Brex last year, excited to finally open it up for everybody to try out! Here's a demo: https://www.youtube.com/watch?v=SohUnrjiIxk Reflame deploys client-rendered React web apps instantly, to previews and to production. In concrete wall-clock terms, deploys generally take: - ~50-500ms from our VSCode extension - ~500-3000ms from our GitHub app (Jump to this comment (https://news.ycombinator.com/item?id=33134082) for what makes Reflame so fast) The Reflame GitHub App automatically deploys default branches…
2022 · reflame.app
- 21

- 22VJ
2014 · velocityjs.org
- 23

- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →