There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Provides a memory-efficient cache for local variables in a function ('multi-memoized'), as that function is executed 'n' times. Does not necessarily cache the return value: Can cache any values.