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

Replace miniz with pure-Rust deflate library #57

Closed
shssoichiro opened this issue Feb 22, 2017 · 2 comments
Closed

Replace miniz with pure-Rust deflate library #57

shssoichiro opened this issue Feb 22, 2017 · 2 comments
Labels
I-Minor Issues that would be nice to have fixed, but are the lowest priority T-Techdebt Internal changes to improve software maintainability

Comments

@shssoichiro
Copy link
Owner

This requires finding (or creating) a pure-Rust deflate library, capable of compressing and decompressing, with approximately the same performance as miniz.

@shssoichiro shssoichiro added I-Minor Issues that would be nice to have fixed, but are the lowest priority T-Feature Requests for a new feature to be added labels Feb 22, 2017
@bvinc
Copy link

bvinc commented Mar 4, 2017

My understanding is that there are only 2 zlib encoders written in pure rust. One is zopfli. The other is the crate "deflate", which is what piston's png library now uses. https://github.com/oyvindln/deflate-rs I'm not sure about its performance compared to miniz.

@shssoichiro shssoichiro added T-Techdebt Internal changes to improve software maintainability and removed T-Feature Requests for a new feature to be added labels Oct 1, 2017
@shssoichiro
Copy link
Owner Author

This exists now: https://github.com/Frommi/miniz_oxide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-Minor Issues that would be nice to have fixed, but are the lowest priority T-Techdebt Internal changes to improve software maintainability
Projects
None yet
Development

No branches or pull requests

2 participants