On Wed, 04 Nov 2009 20:53:20 +0000, dsimcha wrote: > A few weeks ago I mentioned that I was going to create some kind of > forum for people to post candidate associative array implementations to > replace the current, much-despised implementation as the new "builtin" > AA for D. It's now up at http://dsource.org/projects/aa/wiki/WikiStart > . SVN write access should work for all registered dsource users. If > you have an associative array implementation that you feel is a > significant improvement over the current builtin and are able/willing to > license it under the Boost license, please post it for comment. > > Also, if you have a good benchmark for AAs, please create a benchmarks/ > directory and submit it.
I've committed a port of Pythons dictionary implementation. Here is my announcement along with some benchmark figures: http://digitalmars.com/d/archives/digitalmars/D/ Python_dictionary_inspired_hash_table_implementation_73176.html
