minimal-perfect-hash
There are 13 repositories under minimal-perfect-hash topic.
jermp/pthash
Fast and compact minimal perfect hash functions in C++.
vigna/Sux4J
Sux4J is an effort to bring succinct data structures to Java.
beling/bsuccinct-rs
Rust libraries and programs focused on succinct data structures
jermp/sshash
A compressed, associative, exact, and weighted dictionary for k-mers.
vigna/sux
Succinct data structures in C/C++
jermp/lphash
Fast and compact locality-preserving minimal perfect hashing for k-mer sets.
opencoff/go-bbhash
Fast Scalable Minimal Perfect Hash for Large Keysets
dtrifuno/quickphf
Rust implementation of the PTHash perfect hash function for static compile-time generated hash tables
weaversa/MPHF
An efficient minimal perfect hash function generator for small sets
BHare1985/CHD
C# implementation of Compress, Hash and Displace Algorithm for constructing a Minimal Perfect Hash Function (MPHF) given a set of keys.
ScrimpyCat/Generalisable-Unique-Ordered-Pairing-Function
A function for encoding unique ordered sets of natural numbers into a single unique natural number.
skial/mph
Minimal Perfect Hashing
tensorush/zig-quickphf
Zig port of quickphf library for static hash map generation.