CRoaring
CRoaring copied to clipboard
Parallelize
The Go version has been parallelized https://github.com/RoaringBitmap/roaring/pull/109
Should we assume we have C11 to implement a C version or require C++ for this?
@Oppen We require C11 in general, so C11 is fair game.