mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Decompression performance 7 times slower after updating from 0.31 to 0.32 + #665
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dimsour on GitHub (Oct 31, 2024).
Originally assigned to: @Copilot on GitHub.
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?
@Erior commented on GitHub (Dec 20, 2024):
Any special archive type?
@adamhathcock commented on GitHub (Oct 21, 2025):
Any details of what format used?
I want to stick some profiling around the codebase soon