jar

org.roaringbitmap : bsi

Maven & Gradle

Jul 27, 2023
3.3k stars

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

Table Of Contents

Latest Version

Download org.roaringbitmap : bsi JAR file - Latest Versions:

All Versions

Download org.roaringbitmap : bsi JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bsi-0.9.47.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.roaringbitmap.bsi.buffer

├─ org.roaringbitmap.bsi.buffer.BitSliceIndexBase.class - [JAR]

├─ org.roaringbitmap.bsi.buffer.ImmutableBitSliceIndex.class - [JAR]

├─ org.roaringbitmap.bsi.buffer.MutableBitSliceIndex.class - [JAR]

org.roaringbitmap.bsi

├─ org.roaringbitmap.bsi.BitmapSliceIndex.class - [JAR]

├─ org.roaringbitmap.bsi.Pair.class - [JAR]

├─ org.roaringbitmap.bsi.RoaringBitmapSliceIndex.class - [JAR]

├─ org.roaringbitmap.bsi.WritableUtils.class - [JAR]

Advertisement