A better compressed bitset in Java

Edit Package roaringbitmap
http://roaringbitmap.org/

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. In some instances, roaring bitmaps can be hundreds of times faster and they often offer significantly better compression. They can even be faster than uncompressed bitmaps.

Source Files
Filename Size Changed
1.3.0.tar.gz 0050064648 47.7 MB
RoaringBitmap-1.3.0.pom 0000002116 2.07 KB
roaringbitmap-build.xml 0000005932 5.79 KB
roaringbitmap.changes 0000002243 2.19 KB
roaringbitmap.spec 0000003042 2.97 KB
Comments 0
No comments available
openSUSE Build Service is sponsored by