8000 sharded-hashmap · GitHub Topics · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
#

sharded-hashmap

Here are 3 public repositories matching this topic...

Language: All
Filter by language

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

  • Updated Jun 6, 2025
  • C++

This project aims to develop an HTTP API that mimics the functionality of a HashMap while overcoming the constraint of data distribution across multiple machines. The primary challenge lies in designing and implementing a sharding scheme to distribute and manage data efficiently across a cluster of machines.

  • Updated May 9, 2024
  • Go

Improve this page

Add a description, image, and links to the sharded-hashmap 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 sharded-hashmap topic, visit your repo's landing page and select "manage topics."

Learn more

0