[PATCH] D32509: Replace HashString algorithm with xxHash64

Scott Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 14:39:22 PDT 2017


scott.smith abandoned this revision.
scott.smith added a comment.

I'll get much better performance by just replacing lldb::ConstString with a lock free hashtable utilizing its own hash function.


Repository:
  rL LLVM

https://reviews.llvm.org/D32509





More information about the llvm-commits mailing list