[llvm] [ADT][ConcurrentHashTable] Refactor ConcurrentHashTable. (PR #71932)

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 08:38:00 PST 2023


JDevlieghere wrote:

Can we use llvm's `RWMutex` instead of `shared_mutex`. On macOS this uses `pthread_rwlock` which is a lot faster than the implementation in the stdlib (https://github.com/llvm/llvm-project/pull/70151).

https://github.com/llvm/llvm-project/pull/71932


More information about the llvm-commits mailing list