starshard 2.2.1

A blazing-fast sharded concurrent HashMap using hashbrown and RwLock, with lazy shards, atomic length cache, async support, conditional operations, batch operations, TTL/metrics/transactions.
Documentation
1
2
3
4
5
6
7
use super::*;

#[cfg(feature = "async")]
mod async_tests;
mod batch;
mod snapshot;
mod sync;