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

Pure rust compression #64

Open
marshallpierce opened this issue Oct 10, 2017 · 2 comments
Open

Pure rust compression #64

marshallpierce opened this issue Oct 10, 2017 · 2 comments

Comments

@marshallpierce
Copy link
Collaborator

flate2 is fast, but it would be nice to have a default pure rust compression library so we wouldn't need to have the serialization feature stuff.

Presumably this would go along with allowing the user to specify which compression option to use, perhaps via generifying on the compressor.

@jonhoo
Copy link
Collaborator

jonhoo commented Oct 10, 2017

@marshallpierce
Copy link
Collaborator Author

Yep, almost certainly, though flate2 is faster by a fair bit. Just a simple matter of programming. :)

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