Fast, small, efficient JavaScript memoization lib to memoize JS functions
thinkloopover 2 years agoA tiny, crazy fast memoization library for the 95% use-case
planttheidea19 days agoA memoization algorithm in which each function argument represents a new key, creating a trie of caches as defined by the array in your first argument.
jaredLundeover 2 years agoNode.js solution for memoizing/caching function results on the file system
borisdiakurabout 1 month ago