Skip to content

Adaptive-barrier but built from atomics and futexes instead of mutexes and condvar.

Notifications You must be signed in to change notification settings

krtab/rendezvous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Adaptive-barrier but built from atomics and futexes instead of mutexes and condvar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages