funkia/list
🐆 An immutable list with unmatched performance and a comprehensive functional API. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3640
- days_rel: n/a
- days_push: 961
- n_releases_24m: 0
Adoption not part of the score
1650 stars · 51 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
List is a TypeScript library providing a fast immutable list data structure implemented with relaxed radix balanced trees. It offers a comprehensive functional API with curried functions, chainable methods, and seamless Ramda integration.
Use cases
- use immutable lists instead of arrays in functional JavaScript code
- avoid accidental mutation bugs in Redux state updates
- get faster functional list operations than native arrays
- use curried list functions with Ramda-style pipelines
- write type-safe list transformations in TypeScript
- tree-shake a lightweight immutable collection library into a bundle
When to choose
- you need immutable, persistent list semantics with strong performance
- you write functional-style code and want currying and Ramda compatibility
- you want a focused library that does one data structure well
When to avoid
- you need many different data structures like maps or sets in one package
- you mainly mutate arrays in place and don't need immutability
- you need a library with frequent updates or large community activity
Facets
library · maturity stable
serialization developer-tools web-development browser cross-platform immutable-list functional-programming data-structures typescript ramda fantasy-land persistent-data-structure redux algorithms nodejs
2 sources
- readme: https://github.com/funkia/list · fetched 2026-08-28 · ef31ff3a5263
- registry_npm: https://registry.npmjs.org/list · fetched 2026-08-29 · 95513a8a5fde
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| funkia/list | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem