CodeBrowser / npm / v8-compile-cache
v8-compile-cache@2.4.0
// Require hook for automatic V8 compile cache persistence
$ npm install v8-compile-cache
downloads/wk
10,867,903
license
MIT
version
2.4.0
published
Aug 14, 2023
What is v8-compile-cache?
v8-compile-cache is a Node.js require hook that automatically caches V8's compiled bytecode to disk, so repeated module loads skip the parsing and compilation step. Developers use it to speed up application startup times, particularly useful for CLI tools and scripts that run frequently but don't benefit from long-running processes.
Maintainers
zertosh, yungsters