Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for roughSizeOfEachBucket (0.73 sec)

  1. .teamcity/src/main/kotlin/model/BucketExtensions.kt

     *
     * The basic idea is:
     * 1. Make sure the rest elements has at least one bucket.
     * 2. Make sure the "roughSizeOfEachBucket" for the rest elements is smaller than the current "roughSizeOfEachBucket".
     */
    private fun <T> determineBucketNumberForLargeElment(
        largestElementSize: Int,
        roughSizeOfEachBucket: Int,
        expectedBucketNumber: Int,
        list: LinkedList<T>,
        toIntFunction: (T) -> Int,
    ): Int {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.7K bytes
    - Viewed (0)
Back to top