How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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
The main features of ssg/hashdepot are: Hashing Libraries.
Open-source alternatives to ssg/hashdepot include: cyan4973/xxhash — xxHash is a high-performance, non-cryptographic hash library designed for rapid checksum generation and data integrity… ogxd/gxhash-csharp. tommasobelluzzo/fasthashes. uranium62/xxhash. xoofx/blake3.net.