[libcxx-commits] [PATCH] D134124: [libc++] Fix wrong implementation of CityHash
Tommy Chiang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Sep 18 00:19:49 PDT 2022
oToToT added a comment.
As mentioned in PR56606, CityHash seems not being actively maintained anymore.
Do we want to change our hash implementation to FarmHash or other hash functions?
Not sure whether this is a good place for discussion, though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134124/new/
https://reviews.llvm.org/D134124
More information about the libcxx-commits
mailing list