# caiogondim/fast-memoize.js

:rabbit2: Fastest possible memoization library

Repository: https://github.com/caiogondim/fast-memoize.js
Canonical: https://ross.abutalabs.com/products/fast-memoizejs
Homepage: https://npm.im/fast-memoize
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, memoization, js
Last push: 2023-02-19T12:31:41+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": 3890, "days_push": 1291, "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 2597, forks 84 (observed 2026-08-28T04:07:03.232558+00:00)

## What it is
fast-memoize is a JavaScript memoization library that caches function results to speed up repeated calls with the same arguments, supporting functions with N arguments. It aims to be the fastest memoization library available and supports custom cache and serializer implementations.

## Use cases
- memoize expensive function calls in javascript
- cache function results by arguments
- speed up repeated computations in node
- memoization library supporting multiple arguments
- plug in a custom cache or serializer for memoization

## When to choose
- you need maximum memoization performance in JavaScript
- you need memoization for functions with multiple arguments
- you want to swap in a custom cache or serializer

## When to avoid
- you need to memoize functions with non-deterministic or object-heavy arguments without a serializer
- you need a maintained library with active development
- you need async function memoization

## Facets
- artifact type: library
- maturity: maintenance
- function: caching, serialization
- domain: developer-tools, performance, web-development
- platform: browser
- tags: memoization, function-caching, performance-optimization, nodejs, javascript

## Member repositories
- caiogondim/fast-memoize.js (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:03.232558+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-30T02:21:22.880588+00:00, confidence not recorded.
  - readme: https://github.com/caiogondim/fast-memoize.js (fetched 2026-08-28T04:07:03.232558+00:00, sha 8fcb3b8a3832)
- Data as of 2026-08-30T08:39:29.467469+00:00.
