[PATCH] D24458: Using murmurhash2 instead of fnv

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 10:10:22 PDT 2016


emaste added a comment.

If we don't care about collision resistance then xxhash should be faster (and may well be more collision-resistant, I don't know). If we do care about collision resistance then siphash <https://www.131002.net/siphash/> should be almost as fast, and more resistant.


https://reviews.llvm.org/D24458





More information about the llvm-commits mailing list