Ross ROSS = Recommend OSS · open-source software intelligence for agents

Yomguithereal/mnemonist

Curated collection of data structures for the JavaScript/TypeScript language. observed · 2026-08-28

github.com/Yomguithereal/mnemonist · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 80
  • Release rhythm 81
  • 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: 10.5
  • age_days: 3602
  • days_rel: 125
  • days_push: 125
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

2434 stars · 105 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Mnemonist is a curated collection of data structures for JavaScript and TypeScript, including classics like heaps, tries, and queues as well as exotic ones like Burkhard-Keller trees, Bloom filters, and suffix arrays. It is fully modular, performant, and typed for comfortable TypeScript use.

Use cases

  • use a heap or priority queue in JavaScript
  • implement an LRU cache in Node.js
  • build an inverted index for search
  • fuzzy string matching with SymSpell
  • use a trie or BK-tree in TypeScript
  • need a bloom filter or bitset in JS

When to choose

  • you need data structures missing from JavaScript's standard library
  • you want modular imports without pulling in a whole library
  • you work in TypeScript and want typed data structures

When to avoid

  • you need a graph data structure (use graphology instead)
  • you need extreme performance of a low-level language
  • you only need structures already available in standard JS objects

Facets

library · maturity stable

data-science search-engine caching developer-tools developer-tools browser bun data-structures heap trie bloom-filter lru-cache suffix-array kd-tree modular algorithms search natural-language-processing nodejs javascript typescript deno

3 sources

Member repositories

RepositoryRoleHealth v2
Yomguithereal/mnemonistmain84

For agents

markdown · JSON · MCP: product_card(name="Yomguithereal/mnemonist")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem