Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vigna/sux4j
- Owner: vigna
- License: lgpl-2.1
- Created: 2015-05-11T16:36:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T02:04:35.000Z (about 1 year ago)
- Last Synced: 2024-11-07T23:39:54.264Z (10 days ago)
- Topics: elias-fano, java, minimal-perfect-hash, ranking, selection, succinct-data-structure
- Language: Java
- Homepage:
- Size: 21.5 MB
- Stars: 154
- Watchers: 12
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING.LESSER
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 ()