MCPcopy
hub / github.com/RoaringBitmap/roaring / Len

Method Len

priorityqueue.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14type priorityQueue []*item
15
16func (pq priorityQueue) Len() int { return len(pq) }
17
18func (pq priorityQueue) Less(i, j int) bool {
19 return pq[i].value.GetSizeInBytes() < pq[j].value.GetSizeInBytes()

Callers 13

HeapOrFunction · 0.45
HeapXorFunction · 0.45
TestArrayContainerIandFunction · 0.45
TestFastAggregationsContFunction · 0.45
TestBitmap_FromBufferFunction · 0.45

Calls

no outgoing calls