www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Is D associative array thread safe, and will it relocate memory

reply raojm <raojm 91ne.com> writes:
Is D associative array  thread safe, and  will it relocate memory when
add or delete a value?

Where I can find the implemention.
Dec 06 2011
parent "Dejan Lekic" <dejan.lekic gmail.com> writes:
On 2011-Dec-07 02:17:17+00:00, 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.
Phobos and druntime are on GitHub, you can always check out the source...
Dec 07 2011