[ 原始碼: node-v8-compile-cache ]
套件:node-v8-compile-cache(2.4.0-2)
node-v8-compile-cache 的相關連結
Debian 的資源:
下載原始碼套件 node-v8-compile-cache:
- [node-v8-compile-cache_2.4.0-2.dsc]
- [node-v8-compile-cache_2.4.0.orig.tar.gz]
- [node-v8-compile-cache_2.4.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Leverage v8 compile cache to speedup loading of Node.js modules
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.
其他與 node-v8-compile-cache 有關的套件
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable