zip-rs / zip-old

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

perf: use indexmap in read::zip_archive::Shared instead of a separate vec and hashmap #450

Closed Pr0methean closed 5 months ago

Pr0methean commented 5 months ago

Replaces #74.