awesome-repositories.com
Blog
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
·

1 repositorio

Awesome GitHub RepositoriesMultithreaded Key-Value Stores

Key-value databases designed with a multithreaded architecture to scale across multi-core hardware.

Distinct from Redis: The candidates are limited to Redis clients or utilities, whereas this is a full server implementation with a multithreaded architecture.

Explore 1 awesome GitHub repository matching data & databases · Multithreaded Key-Value Stores. Refine with filters or upvote what's useful.

Awesome Multithreaded Key-Value Stores GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • snapchat/keydbAvatar de Snapchat

    Snapchat/KeyDB

    12,487Ver en GitHub↗

    KeyDB is a multithreaded in-memory key-value store and distributed cache. It functions as a NoSQL database utilizing multi-version concurrency control to execute non-blocking queries and scans. The project is a multithreaded fork of Redis that maintains protocol compatibility while utilizing a multithreaded architecture to scale across multi-core hardware. It distinguishes itself with flash-tiered storage, allowing the system to offload data from primary RAM to SSD or flash storage to increase total capacity. The system supports high availability through active-active mesh replication and mu

    Extends the Redis protocol with a multithreaded architecture to utilize multi-core hardware more efficiently.

    C++
    Ver en GitHub↗12,487
  1. Home
  2. Data & Databases
  3. Multithreaded Key-Value Stores