Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 881 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 881 Bytes

Getting started

This package allows to create tar files and compress any file via gzip all in memory. This means that you don't have to have the source files written to disk to compress them.

This package also work lazily, meaning that you never have to load a whole file in memory allowing you to work with files that may not fit in memory.

Combining this package with the rest of the Innmind ecosystem unlocks opportunities that weren't possible previously (or at least very hard to achieve). Here are some use cases:

Note All use cases use the innmind/operating-system package.