Wireshark-dev: [Wireshark-dev] Hash map implementation for wmem
From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Wed, 23 Apr 2014 13:11:10 +0000

    >In my benchmarks it is measurably slower than GHashTable, but not excessively

    >so. Given the additional security it provides this seems like a reasonable

    >trade-off (and it is still faster than a wmem_tree).

 

Any idea what makes I slower? The hash algorithm? http://www.azillionmonkeys.com/qed/hash.html

 

Regards

Anders