News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

xxHash

Started by Vortex, November 12, 2023, 06:08:29 PM

Previous topic - Next topic

Vortex

QuotexxHash is an Extremely fast Hash algorithm, processing at RAM speed limits. Code is highly portable, and produces hashes identical across all platforms (little / big endian). The library includes the following algorithms :

XXH32 : generates 32-bit hashes, using 32-bit arithmetic
XXH64 : generates 64-bit hashes, using 64-bit arithmetic
XXH3 (since v0.8.0): generates 64 or 128-bit hashes, using vectorized arithmetic. The 128-bit variant is called XXH128.

https://github.com/Cyan4973/xxHash
Code it... That's all...