# medikoo/memoizee

Complete memoize/cache solution for JavaScript

Repository: https://github.com/medikoo/memoizee
Canonical: https://ross.abutalabs.com/products/memoizee
Language: JavaScript
License: ISC
License Family: permissive
Last push: 2024-05-24T08:18:20+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5140, "days_push": 831, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1777, forks 63 (observed 2026-08-28T04:05:34.744141+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: caching, concurrency
- domain: developer-tools, performance, web-development
- platform: browser
- tags: memoization, lru-cache, async-cache, weakmap, cache-expiration, nodejs, javascript

## Member repositories
- medikoo/memoizee (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:34.744141+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:25:13.530083+00:00, confidence not recorded.
  - readme: https://github.com/medikoo/memoizee (fetched 2026-08-28T04:05:34.744141+00:00, sha 08858608681b)
  - registry_npm: https://registry.npmjs.org/memoizee (fetched 2026-08-29T11:03:46.099573+00:00, sha 191fcef60311)
- Data as of 2026-08-30T08:39:29.467469+00:00.
