Really simple C implementation of parallel queue. Three types, lockfree, with locks and monothread queue.
c cmake queue makefile parallel parallel-computing lock multithreading lockfree multithread parallel-programming compare-and-swap clanguage lockfreequeue compare-and-set parallel-queue
-
Updated
May 29, 2024 - C