Am Tue, 31 Mar 2015 23:45:28 +0200
schrieb Martin Nowak <code+news.digitalm...@dawg.eu>:

> On 03/31/2015 11:12 PM, Martin Nowak wrote:
> > Anyone benchmarked that SipHash?
> 
> No way we use this for druntime.
> https://github.com/rurban/smhasher#readme
> 
> I think we should have a flexible Hash in std.container though, that
> should allow to use a customized hash function.

It's probably more a problem for vibe-d or other
server-like applications. Those should make sure to use DOS-safe hash
tables. For most applications there's no possibility for DOS attacks
using hash tables and we indeed shouldn't make these applications
slower.

Reply via email to