awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Cyan4973 avatar

Cyan4973/xxHash

0
View on GitHub↗
10,885 stars·884 forks·C·other·16 viewswww.xxhash.com↗

XxHash

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 consistent results across different hardware architectures.

These capabilities support a range of data-intensive tasks, including efficient hash table indexing, distributed system data verification, and high-speed data integrity checks. The implementation is provided as a C library, offering a standardized interface for integrating rapid hashing into existing systems.

Features

  • Non-Cryptographic Hash Libraries - Provides a high-performance library for calculating rapid checksums and hash values at the speed of system memory.
  • High-Speed Checksum Generators - Verifying that large files or data streams remain unchanged during storage or transmission by calculating rapid checksums at memory speed.
  • Incremental Hashing Engines - Computes hash values for large or streaming data inputs by maintaining a running state across sequential chunks.
  • Data Integrity Verification - Provides a utility for generating fast hash values to index information and verify data consistency across large datasets.
  • SIMD-Accelerated Data Processors - Utilizes wide CPU registers and branchless instruction pipelining to maximize throughput during large block hashing operations.
  • Non-Cryptographic Hashers - Calculates non-cryptographic hash values for specific memory blocks in a single operation to accelerate data processing tasks.
  • Hash Tables - Calculates high-speed checksums or hash values for arbitrary data blocks to simplify indexing and integrity verification.
  • Incremental Hashing Utilities - Processes large or streaming datasets in small chunks to generate consistent hash values without needing to load everything into memory.
  • Hashing Implementations - Processes data in small chunks to generate a hash for large or unknown inputs by maintaining a running state.
  • Incremental Hashing Contexts - Maintains a persistent internal context that allows the algorithm to process arbitrary data streams in sequential chunks.
  • Hash Tables - Improves the performance of data structures by using fast, non-cryptographic hashing algorithms to map keys to values in memory.
  • Cryptographic Libraries - Extremely fast non-cryptographic hash algorithm.
  • General Utilities - Extremely fast non-cryptographic hash algorithm.
  • Hashing Libraries - Fast non-cryptographic hash algorithm.
  • Cryptography - Fast hash function.
  • SIMD-Based Data Parallelism - Processes data in parallel using wide CPU registers to maximize throughput during large memory block hashing operations.
  • Mixing Functions - Combines multiple bitwise operations and rotations to achieve high avalanche effects with minimal computational overhead per byte.
  • Cache-Aware Memory Access - Optimizes memory throughput by structuring data access patterns to fit within the CPU cache lines for faster retrieval.
  • Instruction-Level Pipelining - Minimizes CPU pipeline stalls by utilizing linear instruction sequences that avoid conditional jumps during the hashing process.
  • Data Endianness - Normalizes data ingestion across different hardware architectures to ensure consistent hash results regardless of the host processor byte order.

Star history

Star history chart for cyan4973/xxhashStar history chart for cyan4973/xxhash

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with XxHash

These projects share indexed features with XxHash. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ffmpeg/asm-lessonsFFmpeg avatar

    FFmpeg/asm-lessons

    12,067View on GitHub↗

    This project serves as an educational resource for learning and implementing low-level assembly language optimizations. It provides a structured guide for developers to master hardware-specific instructions and manual performance tuning, focusing on the translation of high-level code into efficient machine-level operations for resource-constrained environments. The materials emphasize techniques for maximizing computational throughput in multimedia processing. By covering instruction-level parallelism, register management, and data parallelism, the project enables the development of software

    View on GitHub↗12,067
  • abseil/abseil-cppabseil avatar

    abseil/abseil-cpp

    17,334View on GitHub↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    View on GitHub↗17,334
  • kevin-wayne/algs4kevin-wayne avatar

    kevin-wayne/algs4

    7,519View on GitHub↗

    algs4 is a Java data structures library and algorithm reference collection designed as the source code for a standard computer science textbook curriculum. It provides a comprehensive suite of fundamental implementations for sorting, searching, and core data organization. The project serves as a graph theory framework, offering tools for representing directed and undirected graphs and performing complex traversals and pathfinding. It also includes a broad sorting algorithm suite and a specialized library of Java data structures, including stacks, queues, priority queues, and symbol tables. I

    Java
    View on GitHub↗7,519
  • brix/crypto-jsbrix avatar

    brix/crypto-js

    16,384View on GitHub↗

    crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data transformation tools. It functions as a symmetric encryption toolset, a cryptographic hash implementation, and a password derivation tool for the JavaScript environment. The library enables the protection of sensitive data through symmetric encryption and the production of fixed-size data digests to verify integrity. It includes utilities for converting user passwords into secure cryptographic keys and a data format converter for translating information between Base64, Hex, and

    JavaScript
    View on GitHub↗16,384
Compare all 30 related projects→

Frequently asked questions

What does cyan4973/xxhash do?

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.

What are the main features of cyan4973/xxhash?

The main features of cyan4973/xxhash are: Non-Cryptographic Hash Libraries, High-Speed Checksum Generators, Incremental Hashing Engines, Data Integrity Verification, SIMD-Accelerated Data Processors, Non-Cryptographic Hashers, Hash Tables, Incremental Hashing Utilities.

Which projects share features with cyan4973/xxhash?

Projects with overlapping indexed features include: ffmpeg/asm-lessons — This project serves as an educational resource for learning and implementing low-level assembly language… abseil/abseil-cpp — Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a… kevin-wayne/algs4 — algs4 is a Java data structures library and algorithm reference collection designed as the source code for a standard… brix/crypto-js — crypto-js is a JavaScript cryptography library providing a collection of standard cryptographic algorithms and data… dendibakh/perf-ninja — perf-ninja is a collection of educational resources and curricula focused on CPU architecture, memory hierarchies,… c3lang/c3c — c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static…