-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make input enumeration incremental * Improve Google OAuth Credentials rule * Retrain test * Update CHANGELOG * Update vectorscan-rs to v0.0.3 * Clone scanning contexts instead of reinitializing The newer vectorscan-rs release implements several additional traits for the types it exposes, including Clone. In Nosey Parker scanning, each time a scanning thread is spawned, a matching context needs to be created. With the changes here, a single initial context is cloned rather than a new one being reinitialized from scratch. This saves several CPU seconds on some larger scanner inputs. (What would be even better is if each scanner thread were long-lived and initialized exactly once. But this is difficult to control using Rayon.)
- Loading branch information
1 parent
7b9c6db
commit 3e92364
Showing
15 changed files
with
485 additions
and
507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.