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

Types of objects it can compress #10

Closed
MAK11 opened this issue Jan 28, 2015 · 2 comments
Closed

Types of objects it can compress #10

MAK11 opened this issue Jan 28, 2015 · 2 comments

Comments

@MAK11
Copy link

MAK11 commented Jan 28, 2015

Hi,
is this an alternative to Gzip?
Also, what kind of files/objects can it compress - just base HTML or also JS, CSS, Images etc?
Lastly, can it be deployed to any OS - Apache/IIS?
Also, if I need to 'activate' this on an existing website, what steps do I need to follow?

@Cyan4973
Copy link
Contributor

Hello

Keep in mind that this is a first release, it will require some tuning and testing to get all the intended properties.
That being said, there is no "limit" to the kind of files/objects that can be compressed, nor platform targeted. The algorithm is lossless and generic, like gzip. The code is supposed to be portable. Hopefully, a few wrapper will also help to make it available for a few more languages beyond C.

Note that zstd is still considered in "beta" phase, and will require some time and feedback to reach final "production" status.

Regards

@MAK11
Copy link
Author

MAK11 commented Jan 28, 2015

Thanks for the reply @Cyan4973

daniellerozenblit added a commit that referenced this issue Dec 14, 2022
seekable_format no header when compressing empty string to stream
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