Skip to content
/ ef4j Public
forked from tonellotto/ef4j

Elias-Fano Succinct Data Structures for Java

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
LICENSE.LESSER
Notifications You must be signed in to change notification settings

zabdulz/ef4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elias-Fano Succinct Data Structures for Java

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
LICENSE.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%