Zero-Allocation-Hashing
Hashing library
A Java API that provides a fast and efficient hashing mechanism without object allocation during hash computation.
Zero-allocation hashing for Java
795 stars
57 watching
136 forks
Language: Java
last commit: 6 days ago
Linked from 1 awesome list
cityhashfarmhashhash-functionshashinghigh-performancejavamurmurhash3openhftxxhash
Related projects:
Repository | Description | Stars |
---|---|---|
opensystemslab/xxhash.nim | A lightweight Nim wrapper providing fast hashing functionality for various use cases | 15 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 266 |
bungle/lua-resty-xxhash | FFI-bindings to an Extremely fast non-cryptographic hash algorithm | 17 |
qlibs/mph | A high-performance static perfect hash library for compile-time mapping of keys to values with no collisions | 176 |
openhft/chronicle-bytes | A comprehensive library providing low-level memory access wrappers with features such as compression and thread-safe operations. | 404 |
mbrostami/consistenthash | A Go library implementing Consistent Hashing and Block Partitioning | 27 |
nicoshev/rapidhash | A high-quality hashing algorithm designed to be fast and reliable across various platforms. | 198 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
h2non/jshashes | A lightweight, dependency-free JavaScript library implementing various cryptographic hash functions for secure data encoding and verification. | 724 |
lyarbean/xxhash-ada | An implementation of a non-cryptographic hash function in Ada | 1 |
google/highwayhash | Two fast and strong hash functions: SipHash and HighwayHash. | 1,544 |
rustcrypto/hashes | A collection of cryptographic hash functions written in Rust. | 1,879 |
ron4fun/hashlibplus | A C++11 hashing library providing a fluent interface for various hash algorithms and functions | 29 |
khchen/hashlib | A comprehensive hash function library for the Nim programming language | 38 |