diff options
author | Arnau Orriols <4871949+arnauorriols@users.noreply.github.com> | 2024-05-16 03:13:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 21:13:53 -0400 |
commit | f6c6e768c83d7de44b5b8a7411e7679f7c9ac2b9 (patch) | |
tree | acb9e5d11eb9737b70eca21208d30bd329b6b62a /cli/worker.rs | |
parent | 5385a42ec45df4f665ce821b3f499835086e7ac0 (diff) |
perf(compile): Do not checksum eszip content (#23839)
Related: https://github.com/denoland/eszip/pull/181
eszip < v0.69.0 hashes all its contents to ensure data integrity. This
feature is not necessary in Deno CLI as the binary integrity guarantee
is deemed an external responsibility (ie it is to be assumed that, if
necessary, the compiled binary will be checksumed externally prior to
being executed).
eszip >= v0.69.0 no longer performs this checksum by default. This
reduces the cold-start time of the compiled binaries, proportionally to
their size.
Diffstat (limited to 'cli/worker.rs')
0 files changed, 0 insertions, 0 deletions