Commit d33fb5c
committed
Release 1.3.0
Major performance release with 4.1x speedup over v1.2.4
Performance improvements:
- Replace OpenStruct with regular class (2x faster)
- Implement Trie data structure (1.4x additional)
- Optimise L33t matcher (5.6% faster)
- Pre-compute spatial graph statistics (9.3% faster)
- Optimise nCk calculation (6.6x faster for combinations)
Overall: 0.722ms → 0.176ms per password (4.1x faster)
Test coverage: +29 tests (262 → 291 examples)1 parent ce25ad1 commit d33fb5c
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
0 commit comments