Fun project - faster associative array algorithm

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 7 15:22:07 PDT 2015


On Tuesday, 7 April 2015 at 22:14:46 UTC, Andrei Alexandrescu 
wrote:
> Arrays would need to move data. Current hashtables rely on 
> values staying put. -- Andrei

I think it is fair to say current AA are bankrupt and need a 
revamping anyway.

We can make the in operator return a wrapper that cast to bool 
(safely) and get/update the data (systemely).


More information about the Digitalmars-d mailing list