Skip to content

Commit

Permalink
new benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor authored and github-actions[bot] committed Nov 14, 2024
1 parent 5ace3d9 commit 73fa202
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,22 @@ while the numbers below 1.0 demonstrate performance loss.
<!-- benchmark -->
| | 2 | 4 | 8 | 16 | 32 | 64 | 128 |
| --- | --: | --: | --: | --: | --: | --: | --: |
| `hashbrown::HashMap` | 21.21 | 11.82 | 6.48 | 3.88 | 1.20 | 0.59 | 0.28 |
| `heapless::LinearMap` | 1.19 | 1.51 | 1.22 | 1.40 | 0.83 | 0.98 | 0.87 |
| `indexmap::IndexMap` | 13.03 | 12.09 | 7.49 | 4.82 | 1.68 | 0.89 | 0.45 |
| `linear_map::LinearMap` | 1.69 | 1.56 | 1.15 | 1.11 | 0.75 | 1.18 | 0.83 |
| `linked_hash_map::LinkedHashMap` | 26.05 | 21.61 | 12.48 | 7.85 | 2.69 | 1.41 | 0.76 |
| `litemap::LiteMap` | 1.68 | 2.30 | 6.61 | 4.58 | 1.69 | 0.88 | 0.56 |
| `hashbrown::HashMap` | 21.11 | 12.12 | 6.39 | 3.67 | 1.24 | 0.56 | 0.31 |
| `heapless::LinearMap` | 1.18 | 1.56 | 1.21 | 1.38 | 0.85 | 1.00 | 0.87 |
| `indexmap::IndexMap` | 12.94 | 12.42 | 7.40 | 4.68 | 1.69 | 0.90 | 0.45 |
| `linear_map::LinearMap` | 1.71 | 1.62 | 1.08 | 1.10 | 0.75 | 1.20 | 0.86 |
| `linked_hash_map::LinkedHashMap` | 26.08 | 22.28 | 12.17 | 7.87 | 2.79 | 1.44 | 0.73 |
| `litemap::LiteMap` | 1.67 | 2.32 | 6.33 | 4.55 | 1.72 | 0.89 | 0.55 |
| `micromap::Map` 👍 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 |
| `nohash_hasher::BuildNoHashHasher` | 20.78 | 12.19 | 8.44 | 3.38 | 1.18 | 0.65 | 0.32 |
| `rustc_hash::FxHashMap` | 20.95 | 12.19 | 6.60 | 4.10 | 1.03 | 0.54 | 0.28 |
| `std::collections::BTreeMap` | 21.02 | 8.87 | 5.34 | 4.64 | 2.18 | 1.17 | 0.68 |
| `std::collections::HashMap` | 20.86 | 14.55 | 8.84 | 5.37 | 1.91 | 1.10 | 0.51 |
| `tinymap::array_map::ArrayMap` | 1.66 | 4.65 | 4.60 | 5.20 | 3.54 | 4.34 | 4.15 |
| `nohash_hasher::BuildNoHashHasher` | 20.76 | 12.70 | 8.09 | 3.35 | 1.25 | 0.63 | 0.34 |
| `rustc_hash::FxHashMap` | 20.83 | 12.64 | 6.54 | 4.10 | 1.01 | 0.54 | 0.27 |
| `std::collections::BTreeMap` | 20.18 | 9.14 | 5.31 | 4.61 | 2.27 | 1.16 | 0.68 |
| `std::collections::HashMap` | 21.15 | 15.05 | 8.75 | 5.45 | 1.99 | 1.01 | 0.51 |
| `tinymap::array_map::ArrayMap` | 1.79 | 4.82 | 4.57 | 5.14 | 3.58 | 4.38 | 4.10 |

The experiment [was performed][action] on 05-11-2024.
The experiment [was performed][action] on 14-11-2024.
There were 1000000 repetition cycles.
The entire benchmark took 197s.
The entire benchmark took 185s.
Uname: 'Linux'.

<!-- benchmark -->
Expand Down

0 comments on commit 73fa202

Please sign in to comment.