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

Function BenchmarkRealDataFastOr

real_data_benchmark_test.go:184–188  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

182}
183
184func BenchmarkRealDataFastOr(b *testing.B) {
185 benchmarkRealDataAggregate(b, func(bitmaps []*Bitmap) uint64 {
186 return FastOr(bitmaps...).GetCardinality()
187 })
188}

Callers

nothing calls this directly

Calls 3

FastOrFunction · 0.70
GetCardinalityMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…