- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hashFunctionWithOffset (0.08 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 Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 2.4K bytes - Viewed (0)