lru-memorise
A simple memorise function that uses a fast LRU cache under the hood.
dejavu-call
Intercepts a function call and stores the result with the given context. In calls that have the same parameters, it will return the stored result. The proposal is to reduce the response time for processing heavy functions, but it always has the same resul
memofunc
Automatically memorize your function call