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 ability to compress/decompress in-memory #3

Open
drallgood opened this issue Jun 20, 2014 · 1 comment
Open

Add ability to compress/decompress in-memory #3

drallgood opened this issue Jun 20, 2014 · 1 comment

Comments

@drallgood
Copy link
Contributor

Although I agree that in general the file-based approach is better, especially when dealing with large archives, there are cases where it makes sense to do it in-memory (e.g. to send the content to a server or attach it to an email).
Writing it to a (temporary) file and then loading it back into memory is just inefficient for those particular cases.

@Pranit-Harekar
Copy link

+1

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