[资源介绍]
GitHub - sindresorhus/memoize: Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input
Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input - sindresorhus/memoize
- mem - 函数缓存 - 一种优化技术,通过缓存具有相同输入的调用结果来加速连续的函数调用。