Proper concurrent nearly lock free efficient nogc storage structures?

ZombineDev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 27 06:12:42 PDT 2016


On Friday, 26 August 2016 at 23:38:02 UTC, Illuminati wrote:
> Does D have any such thing? I'm having to recreate the wheel 
> here and it isn't fun ;/  Getting in the way of real work ;/
>
> Surely you would think that with the power D has such things 
> would exist by now?

Here's two popular libraries that implement @nogc containers:
http://code.dlang.org/packages/emsi_containers
http://code.dlang.org/packages/memutils

I don't know if in they have containers supporting concurrent 
lock-free operations, but still, it may be worth having a look.


More information about the Digitalmars-d-learn mailing list