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

Function CityHash128

hash/hash_benchmark.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21static void CityHash128(int n) {
22 for (int i = 0; i < n; i++) {
23 toft::CityHash128(test_str);
24 }
25}
26
27static void Fingerprint64(int n) {
28 for (int i = 0; i < n; i++) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected