Skip to content

Use node snapshots #991

Open
Open
@avaer

Description

@avaer

Most of Exokit is implemented in Javascript, so each startup has compilation overhead -- this is particularly true for multiple parallel window objects, which each has its own startup phase.

Projects like Chromium and Electron use snapshots to speed up the startup. And luckily there is some work to get that feature into node as well: nodejs/node#17058

We probably want something very similar in Exokit.

Reading for Electron:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions