outfile check: performance improvement by using binary instead of linear search

This commit is contained in:
philsmd
2018-08-31 12:55:05 +02:00
parent a134ea52b3
commit 2933f3320a
4 changed files with 238 additions and 201 deletions
+1
View File
@@ -11,6 +11,7 @@
- Add option --markov-hcstat2 to make it clear that the new hcstat2 format (compressed hcstat2gen output) must be used
- Do not allocate memory segments for bitmap tables if we dont need it, for example in benchmark mode
- Removed duplicate words in the dictionary file example.dict
- Improved the speed of the outfile folder scan when using lots of hashes/salts
##
## Bugs