MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / BenchmarkRealDataParOr

Function BenchmarkRealDataParOr

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

Source from the content-addressed store, hash-verified

169}
170
171func BenchmarkRealDataParOr(b *testing.B) {
172 benchmarkRealDataAggregate(b, func(bitmaps []*Bitmap) uint64 {
173 return ParOr(0, bitmaps...).GetCardinality()
174 //return ParHeapOr(0, bitmaps...).GetCardinality()
175 })
176}
177
178func BenchmarkRealDataParHeapOr(b *testing.B) {
179 benchmarkRealDataAggregate(b, func(bitmaps []*Bitmap) uint64 {

Callers

nothing calls this directly

Calls 3

ParOrFunction · 0.70
GetCardinalityMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…