opteryx
opteryx copied to clipboard
[LIB] Would roaring bitmaps be faster that abseil sets for DISTINCT and FILTER joins?
trafficstars
Roaring Bitmaps are meant to be faster than sets, but only 32bits. We should try and see how much faster they are for FILTER joins and DISTINCT.