associative arrays

deadalnix deadalnix at gmail.com
Sun Jun 2 19:13:21 PDT 2013


On Sunday, 2 June 2013 at 18:55:15 UTC, Walter Bright wrote:
> On 6/2/2013 11:37 AM, deadalnix wrote:
>> Quick question, are they supposed to be stable ? Are they 
>> supposed to be thread
>> safe when shared ?
>
> Declaring anything shared does not make it "thread safe". You 
> still have to synchronize, etc.

Sure, but what is the goal we want to reach. Thread safe hash 
table are know technology and can surely be implemented.


More information about the Digitalmars-d mailing list