You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[package]
name = "maptest"version = "0.1.0"edition = "2021"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hashbrown = "0.14.0"indexmap = "2.0.0"serde_json = { version = "1.0", features = ["preserve_order"] }
I think it would be nice to show some benchmark results for people looking for the best hash table for their project.
With benchmarks like
remove
we have to clone the maps and that falsifies the result, which is why I didn't include them.System
Config
Source Code
Benchmark Results (updated on 07/17/2023)
🗣 How Do You Run This Benchmark?
Copy the
Source Code
intoPATH_TO_PROJECT\benches\test.rs
and replacePATH_TO_PROJECT\Cargo.toml
withConfig
. Then runcargo bench
in your consoleThe text was updated successfully, but these errors were encountered: