Skip to content

MatthiasKillat/concurrency_primitives

Repository files navigation

concurrency_primitives

prototype implementation of some concurrency primitives

One goal is to potentially identify faster or more portable alternatives of frequently needed building blocks in concurrent programming.

Another goal is to implement useful higher level abstractions in terms of lower level primitives (i.e. futex, semaphore)

About

Experimental implementation of some concurrency primitives - lock (mutex), semaphore and condition variable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published