[Enhancement] Add multi-threaded scanning #32

Closed
opened 2026-01-29 21:05:09 +00:00 by claunia · 0 comments
Owner

Originally created by @mnadareski on GitHub (Jul 18, 2021).

Originally assigned to: @mnadareski on GitHub.

Since the file is read into memory, multiple protection scans can be run concurrently instead of in series. This will necessitate moving to a ConcurrentDictionary or another thread-safe collection.

Originally created by @mnadareski on GitHub (Jul 18, 2021). Originally assigned to: @mnadareski on GitHub. Since the file is read into memory, multiple protection scans can be run concurrently instead of in series. This will necessitate moving to a `ConcurrentDictionary` or another thread-safe collection.
claunia added the enhancement label 2026-01-29 21:05:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#32