Skip to content
/ Sux4J Public

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

License

Notifications You must be signed in to change notification settings

vigna/Sux4J

Repository files navigation

Welcome to Sux4J!

Sux4J 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 and Ivy. Then, run ant ivy-setupjars jar.

seba (mailto:[email protected])