jrTilak / lazykit

Refine your JavaScript workflows with Lazykit. A concentrated collection of lean utility functions, not a bloated library.
https://lazykit.thapatilak.com.np
MIT License
6 stars 2 forks source link

memoize: memoize a function #62

Open jrTilak opened 4 months ago

jrTilak commented 4 months ago

Implementation: https://lodash.com/docs/#memoize Memoization and How to Memoize | Javascript Memoization Tutorial