CRoaring implements Roaring bitmaps, compressed bitsets that are usually faster and smaller than conventional compressed bitmaps such as WAH, EWAH or Concise. It provides a C library with a header-only C++ wrapper, and uses SIMD instructions where the processor supports them.

WWW: https://github.com/RoaringBitmap/CRoaring
