Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hashUtf8GetBytes (0.1 sec)

  1. android/guava-tests/benchmark/com/google/common/hash/HashStringBenchmark.java

                      .newHasher()
                      .putString(strings[i & SAMPLE_MASK], StandardCharsets.UTF_8)
                      .hash());
        }
        return res;
      }
    
      @Benchmark
      int hashUtf8GetBytes(int reps) {
        int res = 0;
        for (int i = 0; i < reps; i++) {
          res +=
              System.identityHashCode(
                  hashFunctionEnum
                      .getHashFunction()
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 17:37:03 UTC 2017
    - 5.3K bytes
    - Viewed (0)
Back to top