v8-compile-cache-lib@3.0.1
// Require hook for automatic V8 compile cache persistence
$ npm install v8-compile-cache-lib
downloads/wk
39,042,919
license
MIT
version
3.0.1
published
Apr 16, 2022
What is v8-compile-cache-lib?
v8-compile-cache-lib is a Node.js require hook that automatically caches V8's compiled code to disk, reducing startup time by skipping recompilation on subsequent runs. Developers use it to speed up CLI tools, build processes, and other Node applications that are frequently started and stopped.
Links
Maintainers
cspotcode