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

Method NextMany

roaring64/iterables64.go:158–158  ·  view source on GitHub ↗

pass in a buffer to fill up with values, returns how many values were returned

([]uint64)

Source from the content-addressed store, hash-verified

156type ManyIntIterable64 interface {
157 // pass in a buffer to fill up with values, returns how many values were returned
158 NextMany([]uint64) int
159}
160
161type manyIntIterator struct {

Callers 9

TestIteratorInitializeFunction · 0.65
BenchmarkIterator123Function · 0.65
parallelExecutorFunction · 0.65
MinMaxBigMethod · 0.65
setupRandomFunction · 0.65
TestNextManyFunction · 0.65
BenchmarkIteratorAllocFunction · 0.65

Implementers 2

manyIntIteratorroaring.go
manyIntIteratorroaring64/iterables64.go

Calls

no outgoing calls

Tested by 6

TestIteratorInitializeFunction · 0.52
BenchmarkIterator123Function · 0.52
setupRandomFunction · 0.52
TestNextManyFunction · 0.52
BenchmarkIteratorAllocFunction · 0.52