tmap.RoaringBitmap.1.0.1.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of RoaringBitmap Show documentation
Show all versions of RoaringBitmap Show documentation
Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform
conventional compressed bitmaps such as WAH or Concise.
/**
* This module class contains the public packages for the RoaringBitmap library.
*/
module roaringbitmap {
exports org.roaringbitmap;
exports org.roaringbitmap.buffer;
exports org.roaringbitmap.longlong;
exports org.roaringbitmap.insights;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy