GitHub - tonellotto/ef4j: Elias-Fano Succinct Data Structures for Java

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):

  1. include Maven into your path first (if not already) and move in the ef4j folder

  2. compile the project with:

    bash compile.sh

  3. run all tests with:

    bash tests.sh

  4. to clean the project, run:

    bash clean.sh

  5. to build the library .jar file, digit:

    mvn package


License

GNU General Public License