Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 596 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 596 Bytes

Crates.io badge github release badge badge

Rendezvous is a futex and atomics based implementation of an adaptive barrier, also known as a wait group.

It is primarily intended as a pedagogical resource and training exercise, as benchmarks show that is does not outperform mutexes and condvar based implementations.

Benchmark results