lock-free library for D?

zoujiaqing zoujiaqing at gmail.com
Sat Dec 30 18:08:06 UTC 2023


C++ boost now has a lock-free queue library:
https://github.com/boostorg/lockfree/tree/develop/include/boost/lockfree

It includes single-producer, single-consumer and multi-producer, 
multi-consumer queues.

Better performing libraries:
https://github.com/rigtorp/SPSCQueue
https://github.com/cameron314/concurrentqueue
https://github.com/max0x7ba/atomic_queue



More information about the Digitalmars-d mailing list