An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with concurrent-hashmap

A curated list of projects in awesome lists tagged with concurrent-hashmap .

https://github.com/willothy/whirlwind

🌀 Ridiculously fast, fully asynchronous, sharded hashmap for Rust.

async async-rust concurrency concurrent-hashmap hashmap rust tokio

Last synced: 14 May 2025

https://github.com/robclu/leapfrog

Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.

concurrency concurrent-hashmap data-structures hashmap hashmaps lock-free-hashtable rust

Last synced: 27 Apr 2025

https://github.com/srujayreddy/key-value-server

This project implements a concurrent Key-Value (KV) Server that communicates with a multi-threaded client via a shared memory region.

c concurrency concurrent-hashmap lockless-data-structures memory-management multithreading operating-system

Last synced: 23 Mar 2025