Branch-free child function

This commit is contained in:
2024-06-04 13:59:26 -07:00
parent 118071e3e9
commit 13f6279970
3 changed files with 80 additions and 74 deletions

View File

@@ -63,6 +63,7 @@ void bulkFirstGeq() {
constexpr int kNumQueries = 100;
ankerl::nanobench::Bench bench;
bench.batch(kNumQueries);
bench.minEpochIterations(kNumQueries * 5);
// Initialize `versionedMap`
weaselab::VersionedMap versionedMap{0};