Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: disable runtime snapshot compression #18239

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

bartlomieju
Copy link
Member

This commit removes compression for the runtime JS code.

It means that we will have a bigger binary, but faster startup. After
several discussion in the CLI team we decided it's worth to trade
about 3Mb of binary size for 2ms faster startup time. With WebGPU
removed in 35196ea
it shouldn't have such a big impact on the binary size.

@bartlomieju bartlomieju requested a review from littledivy March 16, 2023 23:35
@bartlomieju bartlomieju enabled auto-merge (squash) March 17, 2023 00:06
@bartlomieju bartlomieju merged commit 8f9bece into denoland:main Mar 17, 2023
@bartlomieju bartlomieju deleted the remove_snapshot_compression branch March 17, 2023 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants