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

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 02:30:07 PDT 2022


avl created this revision.
avl added reviewers: aprantl, JDevlieghere, dblaikie, MaskRay, int3, ikudrin.
Herald added subscribers: StephenFan, mgorny.
Herald added a project: All.
avl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

ConcurrentHashTable - is a resizeable concurrent hashtable.
The range of resizings without noticable performance degradations
is up to x100000. The hashtable allows only concurrent insertions.

Concurrent hashtable is necessary for the D96035 <https://reviews.llvm.org/D96035> patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132455

Files:
  llvm/include/llvm/ADT/ConcurrentHashtable.h
  llvm/unittests/ADT/CMakeLists.txt
  llvm/unittests/ADT/ConcurrentHashtableTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132455.454756.patch
Type: text/x-patch
Size: 46645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220823/e97970c6/attachment.bin>


More information about the llvm-commits mailing list