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

tmap.RoaringBitmap.1.0.1.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.

There is a newer version: 1.3.0
Show 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 - 2024 Weber Informatics LLC | Privacy Policy