Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vigna/sux4j

Sux4J is an effort to bring succinct data structures to Java.
https://github.com/vigna/sux4j

elias-fano java minimal-perfect-hash ranking selection succinct-data-structure

Last synced: 3 days ago
JSON representation

Sux4J is an effort to bring succinct data structures to Java.

Awesome Lists containing this project

README

        

Welcome to Sux4J!
-----------------

[Sux4J](http://sux4j.di.unimi.it/) is an effort to bring succinct data
structures to Java. Presently it provides a number of related
implementations covering ranking/selection over bit arrays, compressed
lists and [[monotone] minimal perfect hash] functions.

Building
--------

You need [Ant](https://ant.apache.org/) and [Ivy](https://ant.apache.org/ivy/).
Then, run `ant ivy-setupjars jar`.

seba ()