[PATCH] D32509: Replace HashString algorithm with xxHash64
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 16:49:49 PDT 2017
davide added a comment.
In https://reviews.llvm.org/D32509#743851, @scott.smith wrote:
> I'll get much better performance by just replacing lldb::ConstString with a lock free hashtable utilizing its own hash function.
I can't really comment on your `lldb` specific solution as I'm not familiar with that code, but I think this would be a valuable improvement for llvm independently.
Thanks!
-
Davide
Repository:
rL LLVM
https://reviews.llvm.org/D32509
More information about the llvm-commits
mailing list