lazy-cache@2.0.2
// Cache requires to be lazy-loaded when needed.
$ npm install lazy-cache
downloads/wk
7,515,907
license
MIT
version
2.0.2
published
Nov 8, 2016
What is lazy-cache?
Lazy-cache defers loading of Node.js dependencies until they're actually needed, rather than requiring them all upfront. This reduces initial startup time and memory usage, especially useful for applications or CLI tools that conditionally use only some of their dependencies. Developers use it to improve performance when managing large numbers of optional or conditionally-used packages.
Links
Keywords
Dependencies (1)
Maintainers
doowb, jonschlinkert