node-v8-compile-cache 2.4.0-2 source package in Ubuntu

Changelog

node-v8-compile-cache (2.4.0-2) unstable; urgency=medium

  * patch: NativeCompileCache-test for Node 18.13 and 18.19

 -- Jérémy Lal <email address hidden>  Tue, 12 Dec 2023 11:19:21 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-v8-compile-cache_2.4.0-2.dsc 2.2 KiB 73068374e0f4bff60400c058a452336f934b9050664f15e18d55c6e1876d7082
node-v8-compile-cache_2.4.0.orig.tar.gz 11.1 KiB 57c4833e7c68ddf408a3e1d4400fadc63609f413237d4723986f10d47e7fc074
node-v8-compile-cache_2.4.0-2.debian.tar.xz 4.4 KiB 697e9a057bd7670042117a8fad48b4b0d5b910c2bca0c2fddd76eb50e13b033a

Available diffs

No changes file available.

Binary packages built by this source

node-v8-compile-cache: 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.