cognitect-labs/transducers-js
Transducers for JavaScript observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: 4362
- days_rel: n/a
- days_push: 1187
- n_releases_24m: 0
Adoption not part of the score
1602 stars · 43 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A high-performance JavaScript implementation of transducers, composable algorithmic transformations decoupled from input and output sources. It lets you build map/filter/reduce pipelines that work over collections, streams, channels, and observables without intermediate aggregates.
Use cases
- compose map and filter transformations without intermediate arrays
- apply the same transformation pipeline to collections, streams, and observables
- efficiently transform large sequences in JavaScript
- build reusable data transformation pipelines
- reduce over iterables with composable transformers
When to choose
- you need composable, context-independent transformations in JavaScript
- you want transducer semantics matching Clojure's model
- you need a tiny (2K gzipped) dependency for data transformation
When to avoid
- you need an actively maintained library - it is explicitly unmaintained
- you only need simple array operations covered by native ES6 methods
- you want modern ESM/TypeScript support
Facets
library · maturity abandoned
serialization developer-tools browser cross-platform transducers functional-programming data-transformation unmaintained algorithms nodejs
1 source
- readme: https://github.com/cognitect-labs/transducers-js · fetched 2026-08-28 · ed6af6820ea8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cognitect-labs/transducers-js | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="cognitect-labs/transducers-js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem