hashed array?

Jonathan M Davis jmdavisProg at gmx.com
Mon Nov 12 11:07:08 PST 2012


On Monday, November 12, 2012 15:43:57 monarch_dodra wrote:
> Thoughts?

For now, if you need a set, then use RedBlackTree. Long term, a hash set 
should be added to std.container. As cool as it is to have AAs built into the 
language, they have been a disaster on a number of levels, and they buy you 
very little over having a library type. So, I see no reason to complicate the 
language further buy trying to add a hash set to it (especially considering 
all of the issues with AAs).

- Jonathan M Davis


More information about the Digitalmars-d mailing list