Expand description
A map implementation merging an indexmap
with the syncronization of left_right.
See ChiralMap For usage.
Structsยง
- Chiral
Map - A map that has fast read access without lock (when using ChiralMap::read_handle).
- Chiral
MapConfig - Configuration for the ChiralMap, optional.
- Chiral
Reader - A reader handle to access lock-free read operations on the map.