GitXplorerGitXplorer
d

reader_mutex

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
a3f6af5a6451b34e9ff92c282f219351f42c1412

Remove 512 threads from the benchmarks

ddanlark1 committed 3 years ago
Unverified
9e978aaaa40aed16bbcf7495ca8cab1c8b78bcfa

Add reader mutex benchmarks

ddanlark1 committed 3 years ago

README

The README file for this repository.

Reader mutex for small sections

$ git clone --recurse-submodules ...
$ mkdir build
$ cd build
$ cmake -G Ninja -DBENCHMARK_ENABLE_GTEST_TESTS=off -DBENCHMARK_ENABLE_TESTING=off ..