1.1.2 • Published 9 years ago

meemo v1.1.2

Weekly downloads
3
License
MIT
Repository
-
Last release
9 years ago

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