mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-03 21:29:23 +00:00
[Enhancement] Add multi-threaded scanning #32
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 @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
ConcurrentDictionaryor another thread-safe collection.