MCPcopy Create free account
hub / github.com/bytedance/bolt / F14TestHasher

Class F14TestHasher

bolt/exec/benchmarks/HashTableBenchmark.cpp:602–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 std::unique_ptr<HashTable<true>> topTable_;
601 HashTableBenchmarkParams params_;
602
603 // Timing set by test*Probe().
604 float hashClocksPerRow_{0};
605 float clocksPerRow_{0};
606
607 // hasher and comparer for F14 comparison test.
608 struct F14TestHasher {
609 // Same as mixNormalizedKey() in HashTable.cpp.
610 size_t operator()(uint64_t* value) const {

Callers 1

makeDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected