Snapshots can provide improved performance at a (typically) negligible increase in filesize. In this blog post, we'll build on the first and second part by creating a snapshot of in a build script, then loading that snapshot in to speed up start time for our custom runtime. Watch the video demo or view source code here.
Table of contents
Getting setupCreating a snapshot in build.rsDiving into CreateSnapshotOptionsLoading the snapshot in main.rsWhat's next?Sort: