[PATCH] D46163: [DO NOT SUBMIT] Do strlen() while computing xxhash
Rafael Avila de Espindola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 26 19:26:46 PDT 2018
espindola added a comment.
It is possible that xxhash is just too slow for use in a hash table. The experiment I did for pr37029 using hash_combine was still using strlen.
https://reviews.llvm.org/D46163
More information about the llvm-commits
mailing list