@@ -71,23 +71,23 @@ while the numbers below 1.0 demonstrate performance loss.
71
71
<!-- benchmark -->
72
72
| | 2 | 4 | 8 | 16 | 32 | 64 | 128 |
73
73
| --- | --: | --: | --: | --: | --: | --: | --: |
74
- | ` flurry::HashMap ` | 283.44 | 84.25 | 40.99 | 22.93 | 11.46 | 5.17 | 2.50 |
75
- | ` hashbrown::HashMap ` | 20.36 | 10.78 | 6.68 | 3.24 | 1.48 | 0.65 | 0.30 |
76
- | ` heapless::LinearMap ` | 1.08 | 1.41 | 1.20 | 1.23 | 1.04 | 1.05 | 0.86 |
77
- | ` indexmap::IndexMap ` | 13.11 | 11.53 | 7.49 | 5.94 | 2.18 | 0.94 | 0.44 |
78
- | ` linear_map::LinearMap ` | 1.62 | 1.49 | 1.06 | 1.10 | 1.01 | 1.15 | 1.02 |
79
- | ` linked_hash_map::LinkedHashMap ` | 26.22 | 20.17 | 12.37 | 6.73 | 3.46 | 1.59 | 0.70 |
80
- | ` litemap::LiteMap ` | 1.62 | 2.19 | 4.35 | 3.18 | 2.23 | 0.96 | 0.52 |
74
+ | ` flurry::HashMap ` | 266.27 | 83.23 | 39.25 | 19.81 | 11.96 | 3.88 | 2.36 |
75
+ | ` hashbrown::HashMap ` | 20.85 | 10.84 | 6.47 | 3.22 | 1.64 | 0.56 | 0.26 |
76
+ | ` heapless::LinearMap ` | 1.18 | 1.42 | 1.19 | 1.14 | 1.13 | 0.86 | 0.86 |
77
+ | ` indexmap::IndexMap ` | 13.04 | 12.31 | 7.29 | 5.67 | 2.27 | 0.78 | 0.44 |
78
+ | ` linear_map::LinearMap ` | 1.68 | 1.47 | 1.03 | 0.90 | 1.24 | 0.78 | 0.90 |
79
+ | ` linked_hash_map::LinkedHashMap ` | 26.22 | 19.96 | 11.77 | 6.73 | 3.62 | 1.18 | 0.72 |
80
+ | ` litemap::LiteMap ` | 1.68 | 2.54 | 5.31 | 3.41 | 2.28 | 0.76 | 0.52 |
81
81
| ` micromap::Map ` 👍 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 |
82
- | ` nohash_hasher::BuildNoHashHasher ` | 20.38 | 11.10 | 7.37 | 2.97 | 1.50 | 0.65 | 0.32 |
83
- | ` rustc_hash::FxHashMap ` | 20.07 | 10.80 | 6.85 | 2.95 | 1.28 | 0.61 | 0.28 |
84
- | ` std::collections::BTreeMap ` | 24.77 | 10.41 | 5.48 | 4.30 | 2.44 | 1.13 | 0.63 |
85
- | ` std::collections::HashMap ` | 20.71 | 13.81 | 8.63 | 4.70 | 2.64 | 1.07 | 0.51 |
86
- | ` tinymap::array_map::ArrayMap ` | 1.98 | 4.39 | 4.54 | 4.83 | 4.34 | 4.34 | 3.91 |
82
+ | ` nohash_hasher::BuildNoHashHasher ` | 20.49 | 11.07 | 7.11 | 2.95 | 1.62 | 0.51 | 0.32 |
83
+ | ` rustc_hash::FxHashMap ` | 20.46 | 10.81 | 6.63 | 2.85 | 1.32 | 0.49 | 0.28 |
84
+ | ` std::collections::BTreeMap ` | 19.81 | 9.37 | 5.28 | 3.87 | 2.55 | 0.91 | 0.62 |
85
+ | ` std::collections::HashMap ` | 20.36 | 14.00 | 9.01 | 4.62 | 2.78 | 0.87 | 0.50 |
86
+ | ` tinymap::array_map::ArrayMap ` | 1.84 | 4.35 | 4.39 | 4.63 | 4.70 | 3.42 | 3.91 |
87
87
88
- The experiment [ was performed] [ action ] on 07 -04-2025.
88
+ The experiment [ was performed] [ action ] on 14 -04-2025.
89
89
There were 1000000 repetition cycles.
90
- The entire benchmark took 248s .
90
+ The entire benchmark took 268s .
91
91
Uname: 'Linux'.
92
92
93
93
<!-- benchmark -->
0 commit comments