All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tmap.RoaringBitmap.1.3.0.source-code.module-info Maven / Gradle / Ivy

Go to download

Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.

The newest version!
/**
 * 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 - 2025 Weber Informatics LLC | Privacy Policy