About 5,440 results
Open links in new tab
  1. GitHub - Cyan4973/xxHash: Extremely fast non-cryptographic hash ...

    xxHash 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).

  2. xxHash - Extremely fast non-cryptographic hash algorithm

    xxHash is an extremely fast non-cryptographic hash algorithm, working at RAM speed limit. It is proposed in four flavors (XXH32, XXH64, XXH3_64bits and XXH3_128bits).

  3. xxHash: xxHash

    xxHash is an extremely fast non-cryptographic hash algorithm, working at RAM speed limits. It is proposed in four flavors, in three families: Classic 32-bit hash function. Simple, compact, and runs on …

  4. xxhash · PyPI

    xxhash is NOT a cryptographic hash function, it is a non-cryptographic hash algorithm aimed at speed and quality. Do not put xxhash in any position where cryptographic hash functions are required.

  5. Releases · Cyan4973/xxHash - GitHub

    Dec 29, 2024 · xxHash v0.7.4 is the last evolution of xxh3 and xxh128, primarily designed to finalize the algorithm. It is considered release candidate for v0.8.0, which means that if all goes right, this version …

  6. xxHash - Extremely fast hash algorithm - Google Open Source

    xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash …

  7. xxhash - xxHash is an Extremely fast Hash algorithm, processing at …

    xxHash has been tested with Austin Appleby's excellent SMHasher test suite, and passes all tests, ensuring reasonable quality levels. It also passes extended tests from newer forks of SMHasher, …

  8. xxHash fast digest algorithm - ietf.org

    Oct 11, 2025 · This document describes the xxHash digest algorithm for both 32-bit and 64-bit variants, named XXH32 and XXH64. The algorithm takes an input a message of arbitrary length and an …

  9. XXHash Algorithm Implementation | ceph/xxHash | DeepWiki

    May 12, 2025 · This document provides a detailed technical explanation of how the XXHash algorithm is implemented in the core library. It covers the internal workings of both the XXH32 and XXH64 hash …

  10. XXHash - Richard Startin’s Blog

    Aug 13, 2019 · The XXHash algorithms separate the input stream of bytes into four independent streams: each 32 bits wide in XXHash32; 64 bits wide in XXHash64. The same operations are …