mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Add a benchmark to test a specific case where UnionInPlace is underperforming the naive union operation badly. Also, the UnionBulk test was reusing a bitmap, meaning that it ended up doing a lot of unions into a bitmap that already had all the bits it was supposed to have. This broke a couple of other tests in unexpected ways. We also now use UnionInPlace in importRoaring, and test it in the container combinations tests via a wrapper. |
||
|---|---|---|
| .. | ||
| testdata | ||
| btree.go | ||
| containers.go | ||
| containers_btree.go | ||
| containers_test.go | ||
| roaring.go | ||
| roaring_helpers_test.go | ||
| roaring_internal_test.go | ||
| roaring_nop_stats.go | ||
| roaring_stats.go | ||
| roaring_test.go | ||