Skip to content

lemire/BitSliceIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitSliceIndex

This software is meant to serve as a basis to experiment with Bit-Slice indexing.

For our purposes, we use compressed bitmaps (using the Roaring format).

References

License

Apache 2.0

Usage

  • install java
  • install maven 2

type :

  • maven package
  • cd target
  • java -cp BitSliceIndex-0.0.1-SNAPSHOT.jar org.roaringbitmap.circuits.threshold.Benchmark
  • java -cp BitSliceIndex-0.0.1-SNAPSHOT.jar org.roaringbitmap.circuits.comparator.Benchmark
  • java -cp BitSliceIndex-0.0.1-SNAPSHOT.jar org.roaringbitmap.circuits.topk.Benchmark

About

Experiments on bit-slice indexing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages