rust-lang / rust-lang/hashbrown
Making benchmarks better
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 3k
- Forks
- 359
- Avg merge
- 11h 57m
- Merged PRs (30d)
- 2
Description
The benchmarks should really be using criterion
It would be interesting to benchmark it against bytell-hash-map which I did rust implementation for (Haven't optimised it that much and should really make it usable library).
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
Inspect the repository's existing benchmark setup, which the issue does not identify, and compare it with Criterion. Add Criterion-based benchmarks that include bytell-hash-map as a comparison where practical; done means the benchmark suite uses Criterion and reports the requested comparison.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100