[PATCH] D125979: [ADT] add ConcurrentHashTable class.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 09:10:40 PDT 2022


avl updated this revision to Diff 454533.
avl added a comment.

removed resizing(as I am going to submit another resizeable solution),
refactored to have a single "insert" method.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125979/new/

https://reviews.llvm.org/D125979

Files:
  llvm/include/llvm/ADT/FixedConcurrentHashTable.h
  llvm/unittests/ADT/CMakeLists.txt
  llvm/unittests/ADT/FixedConcurrentHashtableTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125979.454533.patch
Type: text/x-patch
Size: 22938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220822/1c5fc57e/attachment.bin>


More information about the llvm-commits mailing list