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

Method ixorRun16

bitmapcontainer.go:935–938  ·  view source on GitHub ↗
(value2 *runContainer16)

Source from the content-addressed store, hash-verified

933}
934
935func (bc *bitmapContainer) ixorRun16(value2 *runContainer16) container {
936 rcb := value2.toBitmapContainer()
937 return bc.ixorBitmap(rcb)
938}
939
940func (bc *bitmapContainer) ixorBitmap(value2 *bitmapContainer) container {
941 newCardinality := int(popcntXorSlice(bc.bitmap, value2.bitmap))

Callers 1

ixorMethod · 0.95

Calls 2

ixorBitmapMethod · 0.95
toBitmapContainerMethod · 0.45

Tested by

no test coverage detected