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 ;/