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

Option to compress externally and just store input compressed byte stream. #127

Open
anatawa12 opened this issue Apr 23, 2024 · 0 comments

Comments

@anatawa12
Copy link
Contributor

In my project, my tool compress extremely huge files.
So I want to compress files in parallel.

Therefore, I want rs-async-zip to have option to accept compressed binary stream or byte slice and just construct zip file with the compressed stream and I want to compress in parallel in other thread.

It's out of my use case but it might also be helpful to have similar option for reading for parallel decompress.

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