- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hashFunctionWithOffset (0.14 sec)
-
android/guava-tests/benchmark/com/google/common/hash/HashFunctionBenchmark.java
int result = 37; for (int i = 0; i < reps; i++) { result ^= hashFunction.hashBytes(testBytes).asBytes()[0]; } return result; } @Benchmark int hashFunctionWithOffset(int reps) { HashFunction hashFunction = hashFunctionEnum.getHashFunction(); int result = 37; for (int i = 0; i < reps; i++) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 2.3K bytes - Viewed (0)