Skip to content

Commit 45586d2

Browse files
JavaLotgithub-actions[bot]
authored andcommitted
new benchmark results
1 parent 84f6022 commit 45586d2

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
@@ -71,23 +71,23 @@ while the numbers below 1.0 demonstrate performance loss.
7171
<!-- benchmark -->
7272
| | 2 | 4 | 8 | 16 | 32 | 64 | 128 |
7373
| --- | --: | --: | --: | --: | --: | --: | --: |
74-
| `flurry::HashMap` | 305.69 | 76.68 | 38.77 | 19.03 | 9.71 | 4.59 | 2.57 |
75-
| `hashbrown::HashMap` | 20.84 | 10.14 | 6.31 | 2.87 | 1.47 | 0.68 | 0.31 |
76-
| `heapless::LinearMap` | 1.18 | 1.31 | 1.14 | 1.05 | 0.87 | 1.01 | 0.98 |
77-
| `indexmap::IndexMap` | 13.06 | 10.98 | 6.99 | 5.18 | 1.80 | 0.89 | 0.48 |
78-
| `linear_map::LinearMap` | 1.71 | 1.37 | 0.99 | 0.83 | 0.99 | 0.86 | 1.00 |
79-
| `linked_hash_map::LinkedHashMap` | 26.46 | 21.05 | 11.38 | 6.00 | 2.85 | 1.41 | 0.77 |
80-
| `litemap::LiteMap` | 1.68 | 2.37 | 4.96 | 3.04 | 1.83 | 0.89 | 0.58 |
74+
| `flurry::HashMap` | 306.59 | 77.12 | 38.52 | 19.72 | 9.83 | 4.64 | 2.60 |
75+
| `hashbrown::HashMap` | 20.83 | 10.11 | 6.31 | 3.04 | 1.17 | 0.60 | 0.32 |
76+
| `heapless::LinearMap` | 1.18 | 1.32 | 1.13 | 1.05 | 0.86 | 1.00 | 0.93 |
77+
| `indexmap::IndexMap` | 13.04 | 10.73 | 7.02 | 5.16 | 1.80 | 0.90 | 0.49 |
78+
| `linear_map::LinearMap` | 1.68 | 1.37 | 0.99 | 0.82 | 1.00 | 0.86 | 1.00 |
79+
| `linked_hash_map::LinkedHashMap` | 26.17 | 19.02 | 11.22 | 6.08 | 2.90 | 1.41 | 0.80 |
80+
| `litemap::LiteMap` | 1.69 | 2.28 | 5.09 | 2.85 | 1.82 | 0.89 | 0.57 |
8181
| `micromap::Map` 👍 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 |
82-
| `nohash_hasher::BuildNoHashHasher` | 20.51 | 10.33 | 6.81 | 2.63 | 1.29 | 0.60 | 0.35 |
83-
| `rustc_hash::FxHashMap` | 20.46 | 10.05 | 6.33 | 2.60 | 1.07 | 0.58 | 0.31 |
84-
| `std::collections::BTreeMap` | 19.94 | 8.34 | 5.06 | 3.68 | 2.40 | 1.08 | 0.71 |
85-
| `std::collections::HashMap` | 20.79 | 13.13 | 8.08 | 4.17 | 2.17 | 1.00 | 0.55 |
86-
| `tinymap::array_map::ArrayMap` | 1.84 | 4.12 | 4.21 | 4.28 | 3.76 | 4.01 | 4.31 |
82+
| `nohash_hasher::BuildNoHashHasher` | 20.73 | 10.32 | 6.81 | 2.63 | 1.30 | 0.60 | 0.36 |
83+
| `rustc_hash::FxHashMap` | 20.40 | 10.06 | 6.34 | 2.61 | 1.06 | 0.58 | 0.31 |
84+
| `std::collections::BTreeMap` | 19.84 | 8.31 | 5.14 | 3.69 | 2.38 | 1.09 | 0.70 |
85+
| `std::collections::HashMap` | 20.40 | 13.12 | 8.08 | 4.16 | 2.17 | 1.01 | 0.54 |
86+
| `tinymap::array_map::ArrayMap` | 2.00 | 4.05 | 4.22 | 4.24 | 3.74 | 4.06 | 4.29 |
8787

88-
The experiment [was performed][action] on 22-04-2025.
88+
The experiment [was performed][action] on 23-04-2025.
8989
There were 1000000 repetition cycles.
90-
The entire benchmark took 266s.
90+
The entire benchmark took 262s.
9191
Uname: 'Linux'.
9292

9393
<!-- benchmark -->

0 commit comments

Comments
 (0)