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

Add zstd to prcompression values #7

Open
yetzt opened this issue Apr 3, 2024 · 2 comments
Open

Add zstd to prcompression values #7

yetzt opened this issue Apr 3, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@yetzt
Copy link
Member

yetzt commented Apr 3, 2024

zstd is supported by chrome now and will probably be supported by other browsers in the near future.

@yetzt yetzt added the enhancement New feature or request label Apr 3, 2024
@MichaelKreil
Copy link
Member

makes sense!
little test using maximum compression on vector tile 0/0/0:

compression size
uncompressed 436'324
gzip 116'387
zstd 99'028
brotli 92'685

But we might want to wait for broader support: https://caniuse.com/zstd

@yetzt
Copy link
Member Author

yetzt commented Apr 3, 2024

i think the advantage is faster compression and decompression at comparable rates, which would be advantageous when creating or recompressing tilesets. for use of a versatiles container as a source in a tileserver it already makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants