A better compressed bitset in Java
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.
- 
1
derived packages
- Download package
- 
Checkout Package
osc -A https://api.opensuse.org checkout home:fstrba:maven/roaringbitmap && cd $_
- Create Badge
Refresh
Source Files
| Filename | Size | Changed | 
|---|---|---|
| 1.3.0.tar.gz | 0050064648 47.7 MB | |
| RoaringBitmap-1.3.0.pom | 0000002116 2.07 KB | |
| _link | 0000000121 121 Bytes | |
| roaringbitmap-build.xml | 0000005932 5.79 KB | |
| roaringbitmap.changes | 0000002243 2.19 KB | |
| roaringbitmap.spec | 0000003042 2.97 KB | 





Comments 0