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
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cespare avatar

cespare/xxhash

0
View on GitHub↗
2,135 estrellas·135 forks·Go·MIT·1 vista

Xxhash

A Go implementation of the 64-bit xxHash algorithm (XXH64)

Features

  • Algorithms - xxHash algorithm implementation.

Historial de estrellas

Gráfico del historial de estrellas de cespare/xxhashGráfico del historial de estrellas de cespare/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

Alternativas open-source a Xxhash

Proyectos open-source similares, clasificados según cuántas características comparten con Xxhash.
  • cenkalti/backoffAvatar de cenkalti

    cenkalti/backoff

    4,021Ver en GitHub↗

    This is a Go library providing a framework for managing repetitive task execution and implementing exponential backoff strategies. It serves as a concurrency tool designed to prevent system overload during failures by retrying operations with increasing delays. The project implements a retry strategy framework that manages attempt limits and timeouts during unstable network or system calls. It specifically provides an implementation of the exponential backoff algorithm to handle failing operations. The library covers reliability patterns for mitigating transient failures and service outages,

    Gogolang
    Ver en GitHub↗4,021
  • eliben/raftAvatar de eliben

    eliben/raft

    1,392Ver en GitHub↗

    :rowboat: Raft implementation in Go

    Go
    Ver en GitHub↗1,392
  • emirpasic/godsAvatar de emirpasic

    emirpasic/gods

    17,401Ver en GitHub↗

    This project is a comprehensive container framework for Go that provides a suite of fundamental data structures and algorithms. It offers a standardized set of tools for managing, sorting, and traversing complex data collections, enabling developers to implement efficient storage and retrieval logic within their applications. The library distinguishes itself through an interface-driven design that allows for interchangeable use of different storage implementations. It supports custom ordering and sorting behavior through external comparison functions, which decouple the data structures from s

    Goavl-treeb-treebinary-heap
    Ver en GitHub↗17,401
  • buckket/go-blurhashB

    buckket/go-blurhash

    0Ver en GitHub↗
    Ver en GitHub↗0
Ver las 17 alternativas a Xxhash→

Preguntas frecuentes

¿Qué hace cespare/xxhash?

A Go implementation of the 64-bit xxHash algorithm (XXH64)

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

Las características principales de cespare/xxhash son: Algorithms.

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

Las alternativas de código abierto para cespare/xxhash incluyen: cenkalti/backoff — This is a Go library providing a framework for managing repetitive task execution and implementing exponential backoff… eliben/raft — :rowboat: Raft implementation in Go. emirpasic/gods — This project is a comprehensive container framework for Go that provides a suite of fundamental data structures and… fastfilter/xorfilter. hashicorp/golang-lru — This is a thread-safe in-memory cache library for Go that automatically evicts the least recently used items when… buckket/go-blurhash.