node-v8-compile-cache 2.3.0-3 source package in Ubuntu

Changelog

node-v8-compile-cache (2.3.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-v8-compile-cache: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 12:06:02 +0000

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-v8-compile-cache_2.3.0-3.dsc 2.2 KiB 4028e4a224c04adafaac06ee46adf1dbf6daf30f935ab051a6ba9c3e228c3e31
node-v8-compile-cache_2.3.0.orig.tar.gz 10.6 KiB f810ca6ad2037fad64e27dd8e435a1155a49d1f76cd084837d0c11d878e643d5
node-v8-compile-cache_2.3.0-3.debian.tar.xz 4.0 KiB efe76e982abdc87a6dc48efc82ae999bcb729990244e739d3fecdba0fb1b34df

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.