How to Create a V8 Heap Snapshot of a Javascript File and Use It in Electron

Costas

Administrator
Staff member
Allow developers create custom startup snapshots, files stored inside the snapshot_blob.bin (Chrome V8 JavaScript), for faster startup.

https://peterforgacs.github.io/2018/09/12/How-to-create-a-V8-snapshot-of-your-javascript-file/

The atom team has published their work in which they used V8 snapshots to speed up the initial load time of the editor.

atom team have create the electron-link package.



How to build V8 on Windows and not go mad
https://www.zcfy.cc/original/how-to-build-v8-on-windows-and-not-go-mad

electron applications

#snapshot_blob.bin
 
Top