Re: A hash table implementation benchmark

2014-10-02 Thread Ali Çehreli via Digitalmars-d-learn
On 10/01/2014 10:00 PM, thedeemon wrote: > Here's another benchmark: > D AAs vs. Vibe.d's open addressing hashes vs. Robin Hood hashing: > http://www.infognition.com/blog/2014/on_robin_hood_hashing.html What a coincidence. :) Your blog article was written just two weeks ago. Ali

Re: A hash table implementation benchmark

2014-10-01 Thread thedeemon via Digitalmars-d-learn
On Wednesday, 1 October 2014 at 21:40:01 UTC, Ali Çehreli wrote: Are you motivated enough to compare D's associative arrays with those results? :) Here's another benchmark: D AAs vs. Vibe.d's open addressing hashes vs. Robin Hood hashing: http://www.infognition.com/blog/2014/on_robin_hood_h

Re: A hash table implementation benchmark

2014-10-01 Thread bearophile via Digitalmars-d-learn
Ali Çehreli: Never mind then. Well, now the D code is present, so why don't you benchmark it (but I don't know how much correct it is)? :-) Bye, bearophile

Re: A hash table implementation benchmark

2014-10-01 Thread Ali Çehreli via Digitalmars-d-learn
On 10/01/2014 03:32 PM, bearophile wrote: > Ali Çehreli: > >> Found on Reddit: > > Where's the Reddit thread? There was just a single comment on it so I didn't think it was important: http://www.reddit.com/r/programming/comments/2hzur4/benchmarking_hash_table_implementations_in/ > D associati

Re: A hash table implementation benchmark

2014-10-01 Thread bearophile via Digitalmars-d-learn
Ali Çehreli: Found on Reddit: Where's the Reddit thread? Are you motivated enough to compare D's associative arrays with those results? :) D associative arrays are often even slower than CPython ones, so I don't expect D to shine in this comparison. This is a D port of the Java code, b

Re: A hash table implementation benchmark

2014-10-01 Thread Marco Leise via Digitalmars-d-learn
Oh wit! It is a read-only benchmark.

Re: A hash table implementation benchmark

2014-10-01 Thread Marco Leise via Digitalmars-d-learn
Am Wed, 01 Oct 2014 14:40:01 -0700 schrieb Ali Çehreli : > Found on Reddit: > > > http://lonewolfer.wordpress.com/2014/03/13/benchmarking-hash-table-implementations-in-different-languages/ > > Are you motivated enough to compare D's associative arrays with those > results? :) > > Ali The qu