Skip to content

0.5.0

Compare
Choose a tag to compare
@agourlay agourlay released this 07 Jan 12:56
· 398 commits to master since this release

New architecture based on iterators

Each worker gets a dedicated iterator to fetch the passwords to test, either generated or from a dictionary.

This minimizes the contention between threads and offers better performance and scalability.