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

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 08:39:42 PST 2023


avl-llvm 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 (#70151).

yes, we can. Will update the patch. Thank you.

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


More information about the llvm-commits mailing list