adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.29k stars 482 forks source link

Decompression performance 7 times slower after updating from 0.31 to 0.32 + #879

Open dimsour opened 3 weeks ago

dimsour commented 3 weeks ago

Opening archives with ArchiveFactory.Open() seems to have a significant performance lose (around 7 times slower) after updating from 0.31 to 0.32 + versions.

Anyone noticed any similar behavior?