<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><div><div style="font-family: Calibri,sans-serif; font-size: 11pt;">A little bit faster than murnurhash3 in my scenerio. But I prefer farmhash. http://code.google.com/p/farmhash/</div></div><div dir="ltr"><hr><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Od:</span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:digitalmars-d@puremagic.com">Martin Nowak via Digitalmars-d</a></span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Odesláno:</span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">‎29. ‎5. ‎2015 11:41</span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Komu:</span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a></span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Předmět:</span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">Re: is there any reason to use SuperFastHash in druntime? (exceptspeed)</span><br><br></div>On Thursday, 28 May 2015 at 03:09:07 UTC, ketmar wrote:<br>> i think<br>> that there is some sense in trading some speed for better <br>> distribution.<br>> what do you think?<br><br>We discussed most part of this already.<br>http://forum.dlang.org/post/mff4id$hj8$1@digitalmars.com<br><br>And we're already using MurmurHash3 for the new CTFEable hash <br>function.<br>https://github.com/D-Programming-Language/druntime/blob/master/src/core/internal/hash.d<br><br>Though I don't get any feedback for the library AA.<br>http://forum.dlang.org/post/mjsma6$196h$1@digitalmars.com<br><br>> and i believe that people that care about performance will roll <br>> their own<br>> hash functions anyway<br><br>Anyone will use the built-in hash, performance is of utmost <br>importance.<br><br>> [2] http://code.google.com/p/fast-hash/<br><br>It's called fast hash, but how fast is it?<br></body></html>