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

2011-12-07 Thread Dejan Lekic

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...


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

2011-12-06 Thread raojm
Is D associative array  thread safe, and  will it relocate memory when
add or delete a value?

Where I can find the implemention.