Implement and run a "serious" concurrent hash table benchmarking suite #30
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Milestone
It is easy to write simple benchmarks for concurrent hash tables. But when these data-structures hit real world data is when we learn how they truly perform. There has been much research on concurrent hash tables, and how to benchmark them, so let's build a benchmark (or set of benchmarks rather) inspired by that work! We can then run that benchmark against the various concurrent map implementations out there in Rust world, and (hopefully) get some useful data out of them.
I'm hoping this thread can act as a staging ground for designing this benchmark, and that it can then be forked off into its own stand-alone project.
Work of note to get started (please let me know if you know of others):
/cc @xacrimon
The text was updated successfully, but these errors were encountered: