Expand description
Concurrent keyspace using DashMap for lock-free multi-threaded access.
This is an alternative to the sharded architecture that eliminates channel overhead by allowing direct access from multiple connection handlers.
Structsยง
- Concurrent
Keyspace - A concurrent keyspace backed by DashMap.