Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ascendingIndices (0.25 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/conc_alloc.go

    // For J <= K, ascendingIndices[J] identifies a bound that is <= the one of ascendingIndices[K].
    // When ascendingIndices[J] = 2*N + 0, this identifies the lower bound of items[N].
    // When ascendingIndices[J] = 2*N + 1, this identifies the upper bound of items[N].
    type relativeAllocProblem struct {
    	items            []relativeAllocItem
    	ascendingIndices []int
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 18 04:27:38 UTC 2022
    - 9.5K bytes
    - Viewed (0)
Back to top