GitXplorerGitXplorer
g

hashtable-benchmarks

public
104 stars
18 forks
4 issues

Commits

List of commits on branch main.
Verified
e19019081ab6776de17f6ddff78c3cf628dc5c72

Merge pull request #24 from sh1boot/patch-1

ffowles committed a year ago
Verified
a1766c96b9c837ffab7218ad3d8ecd341c24cea8

Merge branch 'main' into patch-1

ffowles committed a year ago
Verified
dbced2412da353a4f4b722c9e311082eff74fa45

Merge pull request #23 from rundong08/make-buildable

ffowles committed a year ago
Verified
8acfbf0501908054ea1f8ea076bd40022b4532b9

Update WORKSPACE folly-master to folly-main

ssh1boot committed a year ago
Unverified
f895141ab06e029d59f957a308d27846f941debd

Make the project buildable again

rrundong08 committed a year ago
Verified
0c5ffffdf55f9357a6a967e694a10328e80af7af

Merge pull request #22 from aysylu/patch-1

ffowles committed 3 years ago

README

The README file for this repository.

Hashtable Benchmarks

Benchmarks for comparing hashtable implementations.

  1. Build:
bazel build :hashtable_benchmarks

Note that -c opt is the default.

  1. Run:
./bazel-bin/hashtable_benchmarks --benchmark_format=json > benchmark-results.json
  1. Analyze:

You can use http://colab.research.google.com along with hashtable_benchmarks.ipynb to parse the generated benchmark-results.json.

  1. Contribute:

We would like this to turn into the place for comparing hashtables in C++. We will accept external dependencies on other hashtable libraries (assuming they have a compatible licence). We encourage folks to improve and modify both the analysis and the benchmarks themselves as we learn things. Please join the dicussion at

https://groups.google.com/forum/#!forum/hashtable-benchmarks

Disclaimer

This is not an officially supported Google product.