Slow performance of AddEntry method for big archives (more then 200K) #192

Open
opened 2026-01-29 22:08:05 +00:00 by claunia · 0 comments
Owner

Originally created by @KvanTTT on GitHub (Jun 4, 2017).

Is it possible to get rid of DoesKeyMatchExisting check for AddAllFromDirectory method? It leads to non-linear time complexity.

Originally created by @KvanTTT on GitHub (Jun 4, 2017). Is it possible to get rid of [DoesKeyMatchExisting](https://github.com/adamhathcock/sharpcompress/blob/0.17.0/src/SharpCompress/Archives/AbstractWritableArchive.cs#L93) check for `AddAllFromDirectory` method? It leads to non-linear time complexity.
claunia added the question label 2026-01-29 22:08:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#192