mph
Perfect Hash Library
A high-performance static perfect hash library for compile-time mapping of keys to values with no collisions
C++20 [Minimal] Static Perfect Hash library
181 stars
5 watching
10 forks
last commit: 2 months ago compile-timecpp20perfect-hashsimd
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides fast and simple hashing functions and random number generators for various programming languages. | 979 |
| A C++20 static reflection library providing minimal API for introspection and manipulation of objects at compile-time | 330 |
| A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 337 |
| A lightweight JavaScript implementation of various hash functions and cryptographic primitives | 608 |
| A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 268 |
| A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,257 |
| A Go library implementing Consistent Hashing and Block Partitioning | 27 |
| A comprehensive hash function library for the Nim programming language | 38 |
| A Java API that provides a fast and efficient hashing mechanism without object allocation during hash computation. | 796 |
| A lightweight Nim wrapper providing fast hashing functionality for various use cases | 15 |
| A collection of cryptographic hash functions implemented in pure Rust. | 1,913 |
| An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
| A C++ implementation of fast hash maps and sets using robin hood hashing | 1,294 |
| A C++11 hashing library providing a fluent interface for various hash algorithms and functions | 32 |
| A fast hash map and hash set implementation using hopscotch hashing | 731 |