Does D programming language have work steal queue?

mw mingwu at gmail.com
Sun May 22 23:34:19 UTC 2022


On Sunday, 22 May 2022 at 21:07:19 UTC, zoujiaqing wrote:
> Does D language have task steal queue?
> The requirements are high-performance, lock-free, and 
> thread-safe.

I have a C's liblfds D wrapper:

https://github.com/mw66/liblfdsd

right now only bmm and bss queue are wrapped.

It's not in dub yet, but I have been using it for a while, feel 
free to give it a try, or even send PRs :-)


More information about the Digitalmars-d-learn mailing list