ef4j - Elias-Fano Succinct Data Structures for Java
This project was developed as part of the Author's Master Thesis.
Java code formatting adheres to the style rules of Google.
How to run the code
To run the code under Maven (be sure you have installed it on your machine, otherwise visit the download page):
-
include Maven into your path first (if not already) and move in the ef4j folder
-
compile the project with:
bash compile.sh -
run all tests with:
bash tests.sh -
to clean the project, run:
bash clean.sh -
to build the library
.jarfile, digit:mvn package