Proper concurrent nearly lock free efficient nogc storage structures?
Illuminati via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Aug 27 10:05:27 PDT 2016
On Saturday, 27 August 2016 at 13:12:42 UTC, ZombineDev wrote:
> 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.
Nope, neither.
Kinda useless as you can't use single threaded in a
multi-threaded environment. It's either all or nothing here and
it seems there is nothing ;/
More information about the Digitalmars-d-learn
mailing list