Rust Evmap Save

A lock-free, read-optimized, concurrency primitive.

Project README

Codecov Crates.io Documentation

Left-right is a concurrency primitive for high concurrency reads over a single-writer data structure. The primitive keeps two copies of the backing data structure, one that is accessed by readers, and one that is accessed by the (single) writer. This enables all reads to proceed in parallel with minimal coordination, and shifts the coordination overhead to the writer. In the absence of writes, reads scale linearly with the number of cores.

Open Source Agenda is not affiliated with "Rust Evmap" Project. README Source: jonhoo/left-right
Stars
1,896
Open Issues
6
Last Commit
7 months ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating