MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / lazyOR

Method lazyOR

roaringarray.go:68–68  ·  view source on GitHub ↗

whether the two containers intersect

(r container)

Source from the content-addressed store, hash-verified

66 ior(r container) container // i stands for inplace
67 intersects(r container) bool // whether the two containers intersect
68 lazyOR(r container) container
69 lazyIOR(r container) container
70 getSizeInBytes() int
71 iremoveRange(start, final int) container // i stands for inplace, range is [firstOfRange,lastOfRange)

Callers 7

lazyORFunction · 0.65
FastOrFunction · 0.65
testContainerPanicsFunction · 0.65
lazyORMethod · 0.65
ParHeapOrFunction · 0.65
lazyOrOnRangeFunction · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls

Tested by 2

testContainerPanicsFunction · 0.52