node-v8-compile-cache

Leverage v8 compile cache to speedup loading of Node.js modules

Description

V8 is the JavaScript Engine used by Node.js and Chromium; it uses just-in-time compilation (JIT) to execute Javascript code, and code caching to lessen the overhead to initially parse and compile a script.

The ability to tap into V8 to produce/consume this cache was introduced in Node v5.7.0. This module attaches a require hook to use V8's code cache to speed up instantiation time.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/zertosh/v8-compile-cache


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-v8-compile-cache