codemix/fast.js
Faster user-land reimplementations for several common builtin native JavaScript functions. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4453
- days_rel: n/a
- days_push: 2785
- n_releases_24m: 0
Adoption not part of the score
3382 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
fast.js is a JavaScript library providing faster user-land reimplementations of common native built-in functions like forEach, map, and reduce, optimized for the V8 engine. It achieves speedups by skipping rarely-used ECMAScript edge cases such as sparse array handling.
Use cases
- speed up array iteration in node.js
- replace slow native forEach and map calls
- optimize hot loops in JavaScript code
- benchmark native methods against JS reimplementations
- clone objects and arrays faster
When to choose
- you run on V8 (node.js or chrome) and need maximum iteration performance
- your code has no sparse arrays and doesn't need full spec compliance
- you're profiling a hot path where native methods are a bottleneck
When to avoid
- you need 100% ECMAScript spec compliance or a drop-in replacement
- you target non-V8 JavaScript engines or browsers
- you want an actively maintained library - the last release was 2019
Facets
library · maturity abandoned
benchmarking developer-tools performance developer-tools web-development micro-optimization array-methods v8 utility-library nodejs javascript
2 sources
- readme: https://github.com/codemix/fast.js · fetched 2026-08-28 · c084ab5bc306
- registry_npm: https://registry.npmjs.org/fast.js · fetched 2026-08-29 · b80e2372cc8f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| codemix/fast.js | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem