@@ -66,23 +66,23 @@ while the numbers below 1.0 demonstrate performance loss.
6666<!-- benchmark -->
6767| | 2 | 4 | 8 | 16 | 32 | 64 | 128 |
6868| --- | --: | --: | --: | --: | --: | --: | --: |
69- | ` flurry::HashMap ` | 272.58 | 78.01 | 40.57 | 15.21 | 11.63 | 5.51 | 3.23 |
70- | ` hashbrown::HashMap ` | 20.85 | 10.05 | 6.48 | 2.35 | 1.60 | 0.67 | 0.35 |
71- | ` heapless::LinearMap ` | 1.19 | 1.31 | 1.14 | 0.83 | 1.18 | 1.18 | 1.34 |
72- | ` indexmap::IndexMap ` | 16.56 | 13.61 | 9.21 | 6.06 | 2.96 | 1.29 | 0.77 |
73- | ` linear_map::LinearMap ` | 1.79 | 1.34 | 1.02 | 0.67 | 1.10 | 1.00 | 1.07 |
74- | ` linked_hash_map::LinkedHashMap ` | 27.09 | 18.32 | 11.71 | 4.67 | 3.44 | 1.58 | 0.79 |
75- | ` litemap::LiteMap ` | 1.61 | 1.91 | 5.70 | 2.48 | 2.11 | 1.01 | 0.61 |
69+ | ` flurry::HashMap ` | 232.74 | 70.77 | 36.54 | 13.81 | 7.20 | 5.12 | 2.20 |
70+ | ` hashbrown::HashMap ` | 20.73 | 10.88 | 5.93 | 2.13 | 1.03 | 0.68 | 0.26 |
71+ | ` heapless::LinearMap ` | 1.47 | 1.40 | 3.35 | 1.82 | 0.75 | 1.17 | 1.21 |
72+ | ` indexmap::IndexMap ` | 16.76 | 14.64 | 9.08 | 3.64 | 1.91 | 1.33 | 0.56 |
73+ | ` linear_map::LinearMap ` | 1.77 | 1.44 | 1.01 | 0.64 | 0.80 | 1.06 | 0.76 |
74+ | ` linked_hash_map::LinkedHashMap ` | 28.17 | 19.89 | 11.24 | 4.43 | 2.35 | 1.64 | 0.65 |
75+ | ` litemap::LiteMap ` | 1.69 | 2.26 | 4.01 | 2.59 | 1.29 | 1.06 | 0.50 |
7676| ` micromap::Map ` 👍 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 |
77- | ` nohash_hasher::BuildNoHashHasher ` | 20.17 | 10.20 | 7.34 | 2.07 | 1.54 | 0.69 | 0.36 |
78- | ` rustc_hash::FxHashMap ` | 21.36 | 10.08 | 6.39 | 2.02 | 1.28 | 0.64 | 0.33 |
79- | ` std::collections::BTreeMap ` | 20.68 | 8.24 | 5.13 | 2.75 | 2.48 | 1.18 | 0.72 |
80- | ` std::collections::HashMap ` | 20.83 | 12.85 | 8.01 | 3.17 | 2.61 | 1.14 | 0.58 |
81- | ` tinymap::array_map::ArrayMap ` | 1.64 | 3.84 | 3.94 | 2.93 | 4.95 | 4.85 | 4.79 |
77+ | ` nohash_hasher::BuildNoHashHasher ` | 20.45 | 11.21 | 6.52 | 1.91 | 1.04 | 0.78 | 0.29 |
78+ | ` rustc_hash::FxHashMap ` | 20.35 | 10.78 | 6.00 | 1.90 | 0.85 | 0.63 | 0.25 |
79+ | ` std::collections::BTreeMap ` | 21.26 | 16.65 | 12.23 | 4.99 | 2.39 | 1.65 | 0.75 |
80+ | ` std::collections::HashMap ` | 20.21 | 13.59 | 7.89 | 3.07 | 1.69 | 1.18 | 0.50 |
81+ | ` tinymap::array_map::ArrayMap ` | 2.00 | 4.18 | 3.93 | 2.86 | 3.26 | 5.22 | 4.17 |
8282
83- The experiment [ was performed] [ action ] on 21-07 -2025.
83+ The experiment [ was performed] [ action ] on 17-11 -2025.
8484There were 1000000 repetitions.
85- The entire benchmark took 283s .
85+ The entire benchmark took 284s .
8686Uname: 'Linux'.
8787
8888<!-- benchmark -->
0 commit comments