meemo
v1.1.2
Published
A fork of lodash.memoize that avoids memory allocation churn and garbage collection
Downloads
22
Readme
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
- Use
- 1.1.1
- Fix issue with
window
reference in node.js
- Fix issue with
- 1.1.2
- Fix deopt issue
Bad value context for arguments value
- Fix deopt issue