Crate chiralmap

Source
Expand description

A map implementation merging an indexmap with the syncronization of left_right.

See ChiralMap For usage.

Structsยง

ChiralMap
A map that has fast read access without lock (when using ChiralMap::read_handle).
ChiralMapConfig
Configuration for the ChiralMap, optional.
ChiralReader
A reader handle to access lock-free read operations on the map.