Does D programming language have work steal queue?

Stefan Koch uplink.coder at googlemail.com
Sun May 22 22:37:43 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 one called fluffy:
https://github.com/UplinkCoder/fluffy

I am not 100% sure about the performance I did try to make it 
reasonable but in the absence of anything else it might be 
jumping off point for you.


More information about the Digitalmars-d-learn mailing list