Package: wnpp Severity: wishlist Owner: Alexander GQ Gerasiov <[email protected]>
* Package name : croaring Version : 0.2.63 Upstream Author : Daniel Lemire <[email protected]> and others * URL : https://github.com/RoaringBitmap/CRoaring * License : Apache 2.0 Programming Lang: C, C++ Description : Portable Roaring bitmaps in C (and C++) Bitsets, also called bitmaps, are commonly used as fast data structures. Unfortunately, they can use too much memory. To compensate, we often use compressed bitmaps. Roaring bitmaps are compressed bitmaps which tend to outperform conventional compressed bitmaps such as WAH, EWAH or Concise.

