turbo/js
turbo.js - perform massive parallel computations in your browser with GPGPU. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 3590
- days_rel: n/a
- days_push: 2579
- n_releases_24m: 0
Adoption not part of the score
2654 stars · 265 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
turbo.js is a small JavaScript library for GPGPU computing in the browser, letting you run parallel kernels written in GLSL over large Float32Array datasets on the GPU. It exposes a minimal API (alloc/run) and works across browsers and desktop/mobile GPUs.
Use cases
- run parallel math computations on large arrays in the browser
- offload number-crunching to the GPU from JavaScript
- compute Mandelbrot or other per-element kernels with WebGL
- process millions of floats in parallel client-side
- write GLSL kernels callable from JavaScript
When to choose
- you need massively parallel element-wise computation on large float arrays in a browser
- you want a tiny dependency with a simple alloc/run API instead of a full WebGL framework
- your workload fits GPU parallelism and typed-array data transfer overhead is acceptable
When to avoid
- you need general-purpose GPU APIs like compute shaders, WebGPU, or CUDA features
- your data is small or irregular, so GPU transfer overhead outweighs gains
- you need active maintenance - the project has had no release since 2019
- you need integer, double-precision, or non-float32 data types
Facets
library · maturity maintenance
gpu-computing math developer-tools gpu-computing web-development performance browser gpgpu glsl webgl parallel-computing simd shaders float32array algorithms javascript nodejs
2 sources
- readme: https://github.com/turbo/js · fetched 2026-08-28 · b83d92461001
- homepage: https://turbo.js.org · fetched 2026-08-29 · 15e18d562bb4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| turbo/js | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem