MCPcopy Create free account
hub / github.com/chen3feng/toft / CRC32

Function CRC32

hash/hash_benchmark.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static void CRC32(int n) {
64 for (int i = 0; i < n; i++) {
65 toft::CRC32::Digest(test_str);
66 }
67}
68
69TOFT_BENCHMARK(CityHash32)->ThreadRange(1, NumCPUs());
70TOFT_BENCHMARK(CityHash64)->ThreadRange(1, NumCPUs());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected