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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Cyan4973 avatar

Cyan4973/xxHash

0
View on GitHub↗
10,885 estrellas·884 forks·C·other·10 vistaswww.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.
  • Criptografía - 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.

Historial de estrellas

Gráfico del historial de estrellas de cyan4973/xxhashGráfico del historial de estrellas de cyan4973/xxhash

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace cyan4973/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.

¿Cuáles son las características principales de cyan4973/xxhash?

Las características principales de cyan4973/xxhash son: 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.

¿Qué alternativas de código abierto existen para cyan4973/xxhash?

Las alternativas de código abierto para cyan4973/xxhash incluyen: 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…

Alternativas open-source a XxHash

Proyectos open-source similares, clasificados según cuántas características comparten con XxHash.
  • ffmpeg/asm-lessonsAvatar de FFmpeg

    FFmpeg/asm-lessons

    12,067Ver en 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

    Ver en GitHub↗12,067
  • abseil/abseil-cppAvatar de abseil

    abseil/abseil-cpp

    17,334Ver en 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++
    Ver en GitHub↗17,334
  • kevin-wayne/algs4Avatar de kevin-wayne

    kevin-wayne/algs4

    7,519Ver en 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
    Ver en GitHub↗7,519
  • brix/crypto-jsAvatar de brix

    brix/crypto-js

    16,384Ver en 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
    Ver en GitHub↗16,384
  • Ver las 30 alternativas a XxHash→