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

Function CityHash64

hash/hash_benchmark.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15static void CityHash64(int n) {
16 for (int i = 0; i < n; i++) {
17 toft::CityHash64(test_str);
18 }
19}
20
21static void CityHash128(int n) {
22 for (int i = 0; i < n; i++) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected