Skip to main content

Module concurrent

Module concurrent 

Source
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ยง

ConcurrentKeyspace
A concurrent keyspace backed by DashMap.