Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

              if (endOfStartRun + (hashTable.length - 1 - startOfEndRun) > maxRunBeforeFallback) {
                return true;
              }
            }
    
            // If this part returns true, there is definitely a run of size maxRunBeforeFallback/2.
            // If this part returns false, there are definitely no runs of size >= maxRunBeforeFallback.
            int testBlockSize = maxRunBeforeFallback / 2;
    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