About 980,000 results
Open links in new tab
  1. xxhash · PyPI

    xxhash is a Python binding for the xxHash library by Yann Collet. You can also install using conda: On Debian/Ubuntu: On CentOS/Fedora: By default python-xxhash will use bundled …

  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 - Extremely fast hash algorithm - GitHub

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

  4. Hashing and Validation of xxHash in Python Implementation

    Discover how to implement xxHash in Python for fast, efficient hashing. Explore tutorials, examples, and best practices for optimal performance.

  5. Hashing and Validation of How to use xxHash in Python

    Learn to use xxHash in Python for fast, efficient hashing. Implement checksums and data integrity checks with this guide for developers.

  6. python-xxhash - Anaconda.org

    Jan 16, 2025 · Description Python binding for xxHash which is an extremely fast hash algorithm, processing at RAM speed limits. Code is highly portable, and produces hashes identical …

  7. python - How to use xxhash in hashlib.file_digest? - Stack Overflow

    Aug 2, 2024 · I want to quickly compute hash values of large files on disk to compare them to one another. I'm using the following: def sha256sum(filename): with open(filename, 'rb', …

  8. xxhash 3.6.0 on PyPI - Libraries.io - security & maintenance data …

    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 …

  9. GitHub - ifduyue/python-xxhash: Python Binding for xxHash

    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 …

  10. xxhash - StackTCO

    - Build wheels for Python 3.14 - Python free-threading support - Typing: Use Buffer type stubs - Deprecate xxhash.VERSION_TUPLE, it will be removed in the next major release v3.5.0 2024 …