Skip to content

Commit 14333dd

Browse files
JavaLotgithub-actions[bot]
authored andcommitted
new benchmark results
1 parent 9bbd9ed commit 14333dd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,23 @@ while the numbers below 1.0 demonstrate performance loss.
6969
<!-- benchmark -->
7070
| | 2 | 4 | 8 | 16 | 32 | 64 | 128 |
7171
| --- | --: | --: | --: | --: | --: | --: | --: |
72-
| `flurry::HashMap` | 303.27 | 91.93 | 44.16 | 17.50 | 9.58 | 4.73 | 2.72 |
73-
| `hashbrown::HashMap` | 21.42 | 11.14 | 6.95 | 2.37 | 1.31 | 0.67 | 0.29 |
74-
| `heapless::LinearMap` | 1.09 | 1.45 | 1.26 | 0.89 | 0.82 | 0.96 | 1.16 |
75-
| `indexmap::IndexMap` | 13.31 | 12.11 | 7.74 | 3.16 | 1.76 | 0.88 | 0.48 |
76-
| `linear_map::LinearMap` | 1.65 | 1.55 | 1.31 | 0.68 | 0.83 | 0.84 | 0.93 |
77-
| `linked_hash_map::LinkedHashMap` | 26.31 | 21.00 | 12.69 | 5.17 | 2.73 | 1.38 | 0.80 |
78-
| `litemap::LiteMap` | 1.65 | 2.54 | 6.13 | 2.93 | 1.84 | 0.88 | 0.60 |
72+
| `flurry::HashMap` | 274.64 | 89.30 | 45.19 | 17.07 | 9.82 | 4.64 | 2.61 |
73+
| `hashbrown::HashMap` | 20.71 | 11.16 | 6.96 | 2.51 | 1.17 | 0.67 | 0.28 |
74+
| `heapless::LinearMap` | 1.10 | 1.46 | 1.24 | 0.89 | 0.85 | 1.05 | 1.17 |
75+
| `indexmap::IndexMap` | 13.28 | 12.20 | 7.94 | 3.12 | 1.77 | 0.86 | 0.47 |
76+
| `linear_map::LinearMap` | 1.64 | 1.56 | 1.14 | 0.67 | 0.84 | 0.87 | 0.89 |
77+
| `linked_hash_map::LinkedHashMap` | 26.63 | 21.26 | 12.68 | 5.15 | 2.75 | 1.37 | 0.76 |
78+
| `litemap::LiteMap` | 1.65 | 2.70 | 5.60 | 2.77 | 1.78 | 0.86 | 0.58 |
7979
| `micromap::Map` 👍 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 |
80-
| `nohash_hasher::BuildNoHashHasher` | 20.81 | 11.47 | 7.76 | 2.41 | 1.19 | 0.59 | 0.36 |
81-
| `rustc_hash::FxHashMap` | 20.82 | 11.34 | 7.08 | 2.24 | 1.04 | 0.57 | 0.32 |
82-
| `std::collections::BTreeMap` | 19.80 | 9.26 | 5.48 | 3.12 | 1.89 | 1.02 | 0.73 |
83-
| `std::collections::HashMap` | 20.92 | 14.48 | 8.85 | 3.62 | 1.99 | 0.98 | 0.57 |
84-
| `tinymap::array_map::ArrayMap` | 1.92 | 4.26 | 5.17 | 3.40 | 3.81 | 4.34 | 4.65 |
80+
| `nohash_hasher::BuildNoHashHasher` | 20.74 | 11.56 | 7.60 | 2.39 | 1.24 | 0.58 | 0.35 |
81+
| `rustc_hash::FxHashMap` | 20.81 | 11.45 | 7.12 | 2.22 | 1.05 | 0.56 | 0.30 |
82+
| `std::collections::BTreeMap` | 19.80 | 9.51 | 5.67 | 3.05 | 1.90 | 1.02 | 0.71 |
83+
| `std::collections::HashMap` | 20.33 | 14.60 | 8.67 | 3.56 | 2.02 | 0.99 | 0.54 |
84+
| `tinymap::array_map::ArrayMap` | 2.00 | 4.31 | 5.12 | 3.37 | 3.81 | 4.28 | 4.50 |
8585

86-
The experiment [was performed][action] on 22-03-2025.
86+
The experiment [was performed][action] on 23-03-2025.
8787
There were 1000000 repetition cycles.
88-
The entire benchmark took 254s.
88+
The entire benchmark took 247s.
8989
Uname: 'Linux'.
9090

9191
<!-- benchmark -->

0 commit comments

Comments
 (0)