key-value-store
Here are 94 public repositories matching this topic...
C++ client for the mystore distributed key-value store
-
Updated
Jun 17, 2020 - C++
a trie-tree in c++17/c++20, template and header only
-
Updated
Nov 3, 2025 - C++
A No-SQL database engine developed in C++ with a persisted key-value store and an in-memory cache
-
Updated
Mar 2, 2021 - C++
ProjectDb: A key-value storage engine library
-
Updated
Sep 11, 2021 - C++
Making a Redis clone from scratch using C++. Inspired by the build your own x repo.
-
Updated
Jul 23, 2025 - C++
A distributed, sharded key value store, backed by paxos, written in C++
-
Updated
May 15, 2017 - C++
Implementation of SCORe concurrency control.
-
Updated
May 7, 2021 - C++
Generic Key-Value Storage
-
Updated
Jun 25, 2019 - C++
A log-backed, TTL-aware hybrid in-memory cache and streaming log engine with eviction scheduling and replay support, inspired by modern distributed cache designs.
-
Updated
Aug 24, 2025 - C++
The project is a key-value store. The project uses data structures such as hash tables, self-balancing binary search trees, and B+ trees. The code is written in C++ with CMake as a build tool. It supports sanitization, testing, coverage, formatting, and static analysis.
-
Updated
May 9, 2023 - C++
Associative container with the ability to search more efficiently if you know the key will be there. On par with std::map and well against std::unordered_map for most keys sizes, and especially where you have large keys with common prefixes.
-
Updated
May 2, 2024 - C++
A versatile key-value workload generator supporting various distributions with customizable parameters for inserts, updates, and queries, tailored for performance and storage system analysis.
-
Updated
Oct 21, 2025 - C++
Collection of software pieces wrote to learn crux of software engineering.
-
Updated
Feb 22, 2022 - C++
Replicated distributed service built using a primary-backup protocol, server recovery mechanism
-
Updated
Jan 5, 2025 - C++
In-memory & persistent key-value store
-
Updated
Jul 13, 2023 - C++
CacheX is a high-performance cache server written in C and C++
-
Updated
Mar 4, 2025 - C++
a fast and light-weighted key-value store library
-
Updated
Jun 14, 2018 - C++
A distributed key-value store written in C++
-
Updated
Jul 17, 2025 - C++
Improve this page
Add a description, image, and links to the key-value-store topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the key-value-store topic, visit your repo's landing page and select "manage topics."