I submitted my container library to code.dlang.org

Johannes Pfau via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 1 05:05:36 PDT 2015


Am Tue, 31 Mar 2015 23:45:28 +0200
schrieb Martin Nowak <code+news.digitalmars at 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.


More information about the Digitalmars-d mailing list