• Stars
    star
    1
  • Language
    JavaScript
  • License
    MIT License
  • Created over 13 years ago
  • Updated almost 10 years ago

Reviews

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.