[PATCH] D46163: [DO NOT SUBMIT] Do strlen() while computing xxhash

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 18:12:55 PDT 2018


ruiu added a comment.

Note that strlen_xxHash64 was actually faster than strlen() and xxHash64() for a microbenchmark. I didn't observe noticeable difference in real benchmarks with this patch though.


https://reviews.llvm.org/D46163





More information about the llvm-commits mailing list