scijs/ndarray
📈 Multidimensional arrays for JavaScript observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- 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: 4937
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
1243 stars · 58 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A JavaScript library providing modular multidimensional array views over 1D typed arrays, similar to numpy arrays. It supports constant-time slicing, transposing, and flipping without copying underlying data, and works in both Node.js and browsers.
Use cases
- work with multidimensional arrays in javascript
- numpy-like arrays for node.js
- slice and transpose matrices without copying data
- represent images or audio as typed arrays
- implement grid-based simulations like game of life
- matrix operations in the browser
When to choose
- you need efficient n-dimensional array views over typed arrays in JavaScript
- you want zero-copy slicing, transposing, or subarray operations
- you're porting MATLAB or numpy numerical code to JavaScript
When to avoid
- you need built-in linear algebra or FFT operations - use ndarray companion modules or math.js
- you want a batteries-included numerical computing environment rather than a low-level array primitive
- your project uses modern bundlers without CommonJS compatibility
Facets
library · maturity maintenance
data-science image-processing audio-processing graphics data-science graphics developer-tools browser multidimensional-arrays typed-arrays numpy-like scientific-computing views-and-slices algorithms nodejs javascript
1 source
- readme: https://github.com/scijs/ndarray · fetched 2026-08-28 · 00aa39b821f7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| scijs/ndarray | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem