File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ table implementation in the Rust standard library.
34
34
35
35
## Performance
36
36
37
- Compared to the previous implementation of ` std::collections::HashMap ` (Rust 1.35).
37
+ Compared to the previous HashDoS-resistant implementation of ` std::collections::HashMap ` (Rust 1.35).
38
38
39
- With the hashbrown default AHash hasher:
39
+ With the hashbrown default AHash hasher (not HashDoS-resistant) :
40
40
41
41
``` text
42
42
name oldstdhash ns/iter hashbrown ns/iter diff ns/iter diff % speedup
@@ -57,7 +57,7 @@ With the hashbrown default AHash hasher:
57
57
lookup_fail_ahash_serial 4,902 3,240 -1,662 -33.90% x 1.51
58
58
```
59
59
60
- With the libstd default SipHash hasher:
60
+ With the libstd default SipHash hasher (HashDoS-resistant) :
61
61
62
62
``` text
63
63
name oldstdhash ns/iter hashbrown ns/iter diff ns/iter diff % speedup
You can’t perform that action at this time.
0 commit comments