zip-rs / zip-old

Zip implementation in Rust
MIT License
731 stars 204 forks source link

Improve several `Read` methods on `ZipFile` #441

Closed a1phyr closed 5 months ago

a1phyr commented 6 months ago

This notably optimizes the common zip_file.read_to_end(&mut buf) case.

Pr0methean commented 5 months ago

This repo is no longer maintained, so I've replaced this PR with https://github.com/zip-rs/zip2/pull/45.