nlfiedler / exaf-rs

EXtensible Archiver Format
MIT License
0 stars 0 forks source link

Optionally apply compression on each content block. #7

Open nlfiedler opened 4 months ago

nlfiedler commented 4 months ago

The pack program does this, in that when compressing the content block it checks if the result is actually helping or not. Currently the implementation simply assumes that compression is always a good thing and streams the file data through to the compressor. That is, there is no uncompressed version of all the file data in memory.