Skip to content

Add ability to compress/decompress in-memory #3

@drallgood

Description

@drallgood

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions