concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.34k stars 312 forks source link

Fix tests on 1-core VM #184

Closed bmwiedemann closed 2 years ago

bmwiedemann commented 2 years ago

Fixes #181

This PR was done while working on reproducible builds for openSUSE.