- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hashUtf8GetBytesHasher (0.06 sec)
-
android/guava-tests/benchmark/com/google/common/hash/HashStringBenchmark.java
hashFunctionEnum .getHashFunction() .hashBytes(strings[i & SAMPLE_MASK].getBytes(UTF_8))); } return res; } @Benchmark int hashUtf8GetBytesHasher(int reps) { int res = 0; for (int i = 0; i < reps; i++) { res += System.identityHashCode( hashFunctionEnum .getHashFunction()
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 5.3K bytes - Viewed (0)