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

Accept zstd compressed input files, in addition to gzip #596

Open
corneliusroemer opened this issue Jun 15, 2024 · 1 comment
Open

Accept zstd compressed input files, in addition to gzip #596

corneliusroemer opened this issue Jun 15, 2024 · 1 comment

Comments

@corneliusroemer
Copy link
Contributor

Loading a large tree (SC2 Usher) takes quite a while (~1min) even on fairly performant hardware (M1 Pro 32GB).

I can imagine that gzip decompression might be a bottleneck - zstd decompresses much faster.

Might be worth offering that option as well!

@theosanderson
Copy link
Owner

As I recall it the bottleneck isn't compression but just turning all that text into JS objects but I should check and zst could be nice to support in any case

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

No branches or pull requests

2 participants