[PATCH] D132455: [ADT] add ConcurrentHashtable class.

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 02:45:26 PDT 2022


tschuett added a comment.

Swift has a ConcurrentMap. IIRC it uses atomics and no locks.
https://github.com/apple/swift/blob/36893aa26041a49bd767acedb99cdd60ad6b3380/include/swift/Runtime/Concurrent.h#L246


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