6 repository-uri
High-performance hashing algorithms for data integrity and indexing.
Explore 6 awesome GitHub repositories matching part of an awesome list · Hashing Libraries. Refine with filters or upvote what's useful.
xxHash is a high-performance, non-cryptographic hash library designed for rapid checksum generation and data integrity verification. It functions as an incremental hashing engine, allowing for the processing of large or streaming data inputs by maintaining a persistent internal state across sequential chunks. The library is engineered as a computational framework that maximizes throughput by utilizing wide CPU registers and branchless instruction pipelining. It achieves high-speed performance by aligning data access with CPU cache lines and employing multi-stage mixing functions that ensure c
Fast non-cryptographic hash algorithm.