Skip to content
#

key-value-store

Here are 94 public repositories matching this topic...

In-memory key-value store с собственным сетевым сервером, реализованный на C++23. Включает неблокирующий EventLoop на корутинах (epoll/select), пул потоков, кастомный MemoryPool, sharded хеш‐таблицу и текстовый протокол с командами GET/SET/DEL. Использует корутины, низкоуровневый аллокатор, многопоточность и асинхронный ввод‐вывод.

  • Updated Jun 6, 2025
  • C++

FlowDB is a distributed, transactional key-value store that provides high performance, scalability, fault tolerance, and consistency. It supports various programming languages and platforms, enables asynchronous, actor-based programming, manages cluster deployment and configuration, and provides documentation and testing.

  • Updated Oct 7, 2023
  • 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.

Curate this topic

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."

Learn more