Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
/ meemo Public archive

A fork of lodash.memoize that avoids memory allocation churn and garbage collection

License

Notifications You must be signed in to change notification settings

adamrenklint/meemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meemo

A fork of lodash.memoize that avoids memory allocation churn and garbage collection

By Adam Renklint, September 2015. Made for use in Bap and Dilla.

License

MIT

Changelog

  • 1.0.0
    • Initial release, move variable declaration outside of memoized function handler scope
  • 1.1.0
    • Use Map where available
  • 1.1.1
    • Fix issue with window reference in node.js
  • 1.1.2
    • Fix deopt issue Bad value context for arguments value

About

A fork of lodash.memoize that avoids memory allocation churn and garbage collection

Resources

License

Stars

Watchers

Forks

Packages

No packages published