rust-lang / rust-lang/hashbrown
Benchmark compared to absl::flat_hash_map?
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 3k
- Forks
- 358
- Avg merge
- 11h 57m
- Merged PRs (30d)
- 2
Description
There is a benchmark provided against the original rust std implementation but none provided against the cpp library from which it was ported. Was this intentional?
I have been unable to find any benchmark comparison.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing benchmark against the Rust standard-library implementation and read how its results are reported. Identify how to add a comparison with the C++ absl::flat_hash_map implementation, then run the benchmark suite and confirm that the new comparison is included in its output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, rust
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100