@@ -70,23 +70,23 @@ while the numbers below 1.0 demonstrate performance loss.
70
70
<!-- benchmark -->
71
71
| | 2 | 4 | 8 | 16 | 32 | 64 | 128 |
72
72
| --- | --: | --: | --: | --: | --: | --: | --: |
73
- | ` flurry::HashMap ` | 284.70 | 91.18 | 42 .84 | 21.48 | 12.41 | 5.11 | 2.51 |
74
- | ` hashbrown::HashMap ` | 20.73 | 10.81 | 6.76 | 3.52 | 1.45 | 0.72 | 0.28 |
75
- | ` heapless::LinearMap ` | 1.09 | 1.41 | 1.18 | 1.19 | 1.06 | 1.11 | 0.91 |
76
- | ` indexmap::IndexMap ` | 13.29 | 12.15 | 7.67 | 5.82 | 2.25 | 0.98 | 0.44 |
77
- | ` linear_map::LinearMap ` | 1.65 | 1.48 | 1.07 | 1.11 | 1.02 | 1.20 | 1.03 |
78
- | ` linked_hash_map::LinkedHashMap ` | 26.70 | 19.97 | 12.32 | 6.86 | 3.76 | 1.54 | 0.72 |
79
- | ` litemap::LiteMap ` | 1.65 | 2.20 | 4.62 | 3.14 | 2.25 | 1.01 | 0.52 |
73
+ | ` flurry::HashMap ` | 287.38 | 81.25 | 41 .84 | 21.80 | 12.02 | 5.38 | 2.46 |
74
+ | ` hashbrown::HashMap ` | 20.67 | 10.70 | 6.84 | 3.27 | 1.48 | 0.73 | 0.26 |
75
+ | ` heapless::LinearMap ` | 1.09 | 1.41 | 1.20 | 1.19 | 1.06 | 1.12 | 0.82 |
76
+ | ` indexmap::IndexMap ` | 13.29 | 12.21 | 7.60 | 5.80 | 2.13 | 1.00 | 0.43 |
77
+ | ` linear_map::LinearMap ` | 1.64 | 1.48 | 1.06 | 1.15 | 0.99 | 1.24 | 1.03 |
78
+ | ` linked_hash_map::LinkedHashMap ` | 26.39 | 19.89 | 12.17 | 6.90 | 3.38 | 1.59 | 0.69 |
79
+ | ` litemap::LiteMap ` | 1.65 | 2.21 | 4.37 | 3.28 | 2.22 | 1.04 | 0.52 |
80
80
| ` micromap::Map ` 👍 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 |
81
- | ` nohash_hasher::BuildNoHashHasher ` | 20.58 | 11.09 | 7.75 | 3.00 | 1.55 | 0.67 | 0.32 |
82
- | ` rustc_hash::FxHashMap ` | 20.37 | 10.80 | 6.91 | 2.98 | 1.28 | 0.63 | 0.28 |
83
- | ` std::collections::BTreeMap ` | 25.05 | 10.41 | 5.51 | 4.39 | 2.44 | 1.17 | 0.62 |
84
- | ` std::collections::HashMap ` | 20.22 | 14.23 | 8.65 | 4.74 | 2.64 | 1.12 | 0.51 |
85
- | ` tinymap::array_map::ArrayMap ` | 1.63 | 4.38 | 4.59 | 4.88 | 4.35 | 4.50 | 3.88 |
81
+ | ` nohash_hasher::BuildNoHashHasher ` | 20.54 | 11.13 | 7.66 | 2.99 | 1.52 | 0.69 | 0.32 |
82
+ | ` rustc_hash::FxHashMap ` | 20.42 | 10.80 | 6.85 | 3.00 | 1.27 | 0.65 | 0.28 |
83
+ | ` std::collections::BTreeMap ` | 25.60 | 10.39 | 5.42 | 4.45 | 2.41 | 1.19 | 0.62 |
84
+ | ` std::collections::HashMap ` | 20.29 | 14.11 | 8.64 | 4.87 | 2.58 | 1.15 | 0.50 |
85
+ | ` tinymap::array_map::ArrayMap ` | 1.68 | 4.38 | 4.54 | 4.88 | 4.29 | 4.65 | 3.89 |
86
86
87
- The experiment [ was performed] [ action ] on 27 -03-2025.
87
+ The experiment [ was performed] [ action ] on 29 -03-2025.
88
88
There were 1000000 repetition cycles.
89
- The entire benchmark took 249s .
89
+ The entire benchmark took 248s .
90
90
Uname: 'Linux'.
91
91
92
92
<!-- benchmark -->
0 commit comments