diff --git a/README.md b/README.md index 65bc519..19f9fc2 100644 --- a/README.md +++ b/README.md @@ -71,23 +71,23 @@ while the numbers below 1.0 demonstrate performance loss. | | 2 | 4 | 8 | 16 | 32 | 64 | 128 | | --- | --: | --: | --: | --: | --: | --: | --: | -| `flurry::HashMap` | 305.69 | 76.68 | 38.77 | 19.03 | 9.71 | 4.59 | 2.57 | -| `hashbrown::HashMap` | 20.84 | 10.14 | 6.31 | 2.87 | 1.47 | 0.68 | 0.31 | -| `heapless::LinearMap` | 1.18 | 1.31 | 1.14 | 1.05 | 0.87 | 1.01 | 0.98 | -| `indexmap::IndexMap` | 13.06 | 10.98 | 6.99 | 5.18 | 1.80 | 0.89 | 0.48 | -| `linear_map::LinearMap` | 1.71 | 1.37 | 0.99 | 0.83 | 0.99 | 0.86 | 1.00 | -| `linked_hash_map::LinkedHashMap` | 26.46 | 21.05 | 11.38 | 6.00 | 2.85 | 1.41 | 0.77 | -| `litemap::LiteMap` | 1.68 | 2.37 | 4.96 | 3.04 | 1.83 | 0.89 | 0.58 | +| `flurry::HashMap` | 279.23 | 78.05 | 38.31 | 17.80 | 10.53 | 5.05 | 2.70 | +| `hashbrown::HashMap` | 20.93 | 10.12 | 6.34 | 2.78 | 1.44 | 0.70 | 0.29 | +| `heapless::LinearMap` | 1.10 | 1.32 | 1.14 | 0.98 | 1.16 | 1.28 | 0.93 | +| `indexmap::IndexMap` | 14.33 | 11.31 | 7.06 | 4.70 | 1.98 | 0.93 | 0.48 | +| `linear_map::LinearMap` | 1.65 | 1.36 | 1.01 | 0.81 | 0.98 | 0.92 | 1.00 | +| `linked_hash_map::LinkedHashMap` | 26.66 | 19.05 | 11.63 | 5.57 | 3.22 | 1.49 | 0.79 | +| `litemap::LiteMap` | 1.66 | 2.05 | 5.76 | 2.80 | 1.99 | 0.95 | 0.58 | | `micromap::Map` 👍 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | 1.00 | -| `nohash_hasher::BuildNoHashHasher` | 20.51 | 10.33 | 6.81 | 2.63 | 1.29 | 0.60 | 0.35 | -| `rustc_hash::FxHashMap` | 20.46 | 10.05 | 6.33 | 2.60 | 1.07 | 0.58 | 0.31 | -| `std::collections::BTreeMap` | 19.94 | 8.34 | 5.06 | 3.68 | 2.40 | 1.08 | 0.71 | -| `std::collections::HashMap` | 20.79 | 13.13 | 8.08 | 4.17 | 2.17 | 1.00 | 0.55 | -| `tinymap::array_map::ArrayMap` | 1.84 | 4.12 | 4.21 | 4.28 | 3.76 | 4.01 | 4.31 | +| `nohash_hasher::BuildNoHashHasher` | 20.61 | 10.34 | 6.94 | 2.44 | 1.41 | 0.64 | 0.35 | +| `rustc_hash::FxHashMap` | 20.35 | 10.01 | 6.45 | 2.42 | 1.17 | 0.61 | 0.32 | +| `std::collections::BTreeMap` | 20.33 | 8.46 | 5.35 | 3.40 | 2.45 | 1.11 | 0.69 | +| `std::collections::HashMap` | 20.47 | 12.95 | 8.28 | 3.87 | 2.27 | 1.07 | 0.56 | +| `tinymap::array_map::ArrayMap` | 2.00 | 4.20 | 4.27 | 3.93 | 3.96 | 4.37 | 4.34 | -The experiment [was performed][action] on 22-04-2025. +The experiment [was performed][action] on 01-05-2025. There were 1000000 repetition cycles. -The entire benchmark took 266s. +The entire benchmark took 262s. Uname: 'Linux'.