A fork of lodash.memoize that avoids memory allocation churn and garbage collection
npm install meemoA fork of lodash.memoize that avoids memory allocation churn and garbage collection
By Adam Renklint, September 2015. Made for use in Bap and Dilla.
MIT
- 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``