wvffle / fuse-zipfs

MIT License
1 stars 1 forks source link

Implement fast path for STORED (uncompressed) files #5

Open JuniorJPDJ opened 5 days ago

JuniorJPDJ commented 5 days ago

Decompression of those is not necessary, so no need for skipping or anything - just read the original file at specific offset (file start + read offset).

JuniorJPDJ commented 5 days ago

https://github.com/zip-rs/zip2/pull/69