Is D associative array thread safe, and will it relocate memory when add or delete a value?

Jacob Carlborg doob at me.com
Wed Dec 7 00:01:15 PST 2011


On 2011-12-07 08:59, raojm wrote:
> Is D associative array  thread safe, and  will it relocate memory when
> add or delete a value?
> 
> Where I can find the implemention.

You should be able to find the implementation somewhere in druntime:

https://github.com/D-Programming-Language/druntime

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list