[PATCH] D25705: [ADT] Compare strings' hashes first before comparing their values.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 10:24:40 PDT 2016


rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.

LGTM. I was finally able to benchmark it. It had no significant impact one way or the other, probably because the tables in use are fairly large.

This might help in smaller tables where collisions are more likely.


https://reviews.llvm.org/D25705





More information about the llvm-commits mailing list