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 support for zstd compressed maps #2

Open
obiot opened this issue Apr 16, 2023 · 0 comments
Open

add support for zstd compressed maps #2

obiot opened this issue Apr 16, 2023 · 0 comments

Comments

@obiot
Copy link
Member

obiot commented Apr 16, 2023

While zstd support is pretty easy to add, it kind of defeat the purpose of using compressed maps to save place as including a zstd javascript decompression library (such as https://github.com/OneIdentity/zstd-js) will increase the plugin size to more than 2.5MB.

So unless there is a massive request to add support for zstd, zlib and gzip are a way better option for a javascript project.

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

1 participant