Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testBlockSize (0.13 sec)

  1. guava-tests/benchmark/com/google/common/collect/ImmutableSetHashFloodingDetectionBenchmark.java

            // If this part returns false, there are definitely no runs of size >= maxRunBeforeFallback.
            int testBlockSize = maxRunBeforeFallback / 2;
            for (int i = endOfStartRun + 1; i + testBlockSize <= startOfEndRun; i += testBlockSize) {
              boolean runGood = false;
              for (int j = 0; j < testBlockSize; j++) {
                if (hashTable[i + j] == null) {
                  runGood = true;
                  break;
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Jun 03 20:16:35 UTC 2021
    - 6.8K bytes
    - Viewed (0)
Back to top