[PATCH] D132455: [ADT] add ConcurrentHashtable class.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 28 07:20:47 PST 2022
dblaikie added a subscriber: dexonsmith.
dblaikie added a comment.
@dexonsmith & co working on the CAS have also proposed a thread safe hash table of sorts ( https://reviews.llvm.org/D133715 )- it's a bit more esoteric/specialized, but I wonder if the use cases overlap enough to be able to unify them?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132455/new/
https://reviews.llvm.org/D132455
More information about the llvm-commits
mailing list