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

medikoo/memoizee

Complete memoize/cache solution for JavaScript observed · 2026-08-28

github.com/medikoo/memoizee · JavaScript · ISC (permissive) 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: 5140
  • days_rel: n/a
  • days_push: 831
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1777 stars · 63 forks observed · 2026-08-28

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

Memoizee is a comprehensive memoization library for JavaScript that caches function results to avoid repeated computation. It supports any argument types and lengths, promise-returning and async functions, LRU size limits, cache expiration, WeakMap-based garbage-collection-friendly modes, and profiling statistics.

Use cases

  • memoize expensive function calls in JavaScript
  • cache results of async functions and promises
  • limit cache size with LRU eviction
  • expire cached values after a timeout
  • memoize object methods including this binding
  • avoid recomputing results for repeated identical arguments

When to avoid

  • you need a distributed or persistent cache across processes or servers
  • you only need simple key-value caching rather than function memoization
  • your project is TypeScript-first and prefers a natively typed memoization library

Facets

library · maturity stable

caching concurrency developer-tools performance web-development browser memoization lru-cache async-cache weakmap cache-expiration nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
medikoo/memoizeemain23

For agents

markdown · JSON · MCP: product_card(name="medikoo/memoizee")

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