Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for runcom (0.32 sec)

  1. guava/src/com/google/common/cache/LocalCache.java

        // entries. The special casing for size-based eviction is only necessary because that eviction
        // happens per segment instead of globally, so too many segments compared to the maximum size
        // will result in random eviction behavior.
        int segmentShift = 0;
        int segmentCount = 1;
        while (segmentCount < concurrencyLevel
            && (!evictsBySize() || segmentCount * 20L <= maxWeight)) {
          ++segmentShift;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
Back to top