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

Function CityHash32

hash/hash_benchmark.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const std::string test_str = "qwertyuiopasdfghjklmnbvcz";
8
9static void CityHash32(int n) {
10 for (int i = 0; i < n; i++) {
11 toft::CityHash32(test_str);
12 }
13}
14
15static void CityHash64(int n) {
16 for (int i = 0; i < n; i++) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected