Commit Graph

2804 Commits

Author SHA1 Message Date
Christian Mazakas
332540c857 Attempt to fix CMake tests 2023-05-30 12:05:10 -07:00
Christian Mazakas
fdedb6c957 Add merge exceptions tests for cfoa 2023-05-30 09:19:50 -07:00
joaquintides
7aaa2e9452 polished BOOST_UNORDERED_PREFETCH[_ELEMENTS] 2023-05-28 19:09:14 +02:00
Christian Mazakas
950e640fcf Update concurrent_table to use macro-based prefetching 2023-05-26 21:06:01 -07:00
Christian Mazakas
7874625c08 Replace prefetch_elements() with macro so builtins aren't optimized away by DSE 2023-05-26 20:56:52 -07:00
Christian Mazakas
2ab4225473 Add workaround for gcc-12 and above where the prefetch call is ignored 2023-05-26 08:16:02 -07:00
Christian Mazakas
c5df4ec069 Remove unused test 2023-05-25 08:41:26 -07:00
Christian Mazakas
55d79204be Add exceptions tests for cfoa assign ops 2023-05-24 15:23:09 -07:00
Christian Mazakas
f5d5299b88 Flesh out constructor exception tests 2023-05-24 11:06:45 -07:00
joaquintides
253a9bccf6 fixed leak in throwing allocator-extended move ctor 2023-05-24 09:19:31 +02:00
Christian Mazakas
61f11a58ee Push up failing test case for code review purposes 2023-05-23 15:28:14 -07:00
Christian Mazakas
e78dc311e3 Clean up erase tests 2023-05-23 08:43:10 -07:00
Christian Mazakas
a5748c2e8b Add initial container population to insert iterator range tests 2023-05-22 15:24:36 -07:00
Christian Mazakas
146c5cb6be Clean up exception tests 2023-05-22 14:19:21 -07:00
Christian Mazakas
c63a88032d Loosen restrictions on erase exceptions tests to accomodate runs where there are no successful erasures 2023-05-22 12:10:10 -07:00
Christian Mazakas
3ad164267a Update duration of erase operations to trigger successful erasures when only 2 threads are available 2023-05-22 11:37:07 -07:00
Christian Mazakas
a9203ed93c Clean up erase_tests 2023-05-22 10:17:36 -07:00
Christian Mazakas
16550ded0c Add exceptional erase tests 2023-05-22 10:17:36 -07:00
joaquintides
b4c75abca9 typo 2023-05-22 09:49:00 +02:00
joaquintides
a696bdecf6 editorial 2023-05-21 13:10:46 +02:00
joaquintides
8865a940fc editorial 2023-05-21 12:55:23 +02:00
joaquintides
2a28698c8c editorial 2023-05-21 12:43:45 +02:00
joaquintides
96f5983f88 fixed initializer_list insert requirements 2023-05-21 12:39:02 +02:00
joaquintides
ddb1148a31 reformulated static member initialization to appease VS2015 2023-05-20 12:16:30 +02:00
Christian Mazakas
ffcae204ee Add insert_exception_tests 2023-05-19 12:33:23 -07:00
joaquintides
f28527c4d8 removed double separating line 2023-05-19 11:28:08 +02:00
joaquintides
528f7d4b12 title cased some sections 2023-05-19 11:17:56 +02:00
joaquintides
a140de4254 typos/editorial 2023-05-19 10:51:00 +02:00
Christian Mazakas
f1bc948be8 Update table formatting in intro to use monospaced font 2023-05-18 13:14:58 -07:00
joaquintides
3d640ac032 refactored to modernize and improve flow 2023-05-18 20:18:58 +02:00
Christian Mazakas
ff10b287e2 Remove unreliable check from swap_tests 2023-05-17 13:36:56 -07:00
Christian Mazakas
4a416501c8 Fix misuse of ctad macro 2023-05-17 10:14:45 -07:00
Christian Mazakas
bf06fa97e3 Add deduction guides 2023-05-17 09:38:29 -07:00
Christian Mazakas
fcf6fee0f6 Make usage of forceinline consistent with the underlying concurrent_table 2023-05-16 15:42:47 -07:00
Christian Mazakas
8ddfc8ec7a Update execution policies to accept by forwarding reference 2023-05-16 14:33:41 -07:00
Christian Mazakas
5f249bc681 Add fwd header 2023-05-16 13:31:35 -07:00
Christian Mazakas
dbd1a929e6 Remove unnenecessary spinning 2023-05-16 12:34:50 -07:00
Christian Mazakas
32ff2f145e Add initial draft of equality tests 2023-05-16 11:55:56 -07:00
Christian Mazakas
63026fd320 Clean up tests to avoid needless yields and extraneous spurious wakeups 2023-05-16 09:19:43 -07:00
Christian Mazakas
6295c7f0d4 Add free function erase_if() 2023-05-15 13:40:33 -07:00
Christian Mazakas
c3879e238d Add free function swap() 2023-05-15 07:54:19 -07:00
joaquintides
9260bff8f8 editorial 2023-05-15 10:20:45 +02:00
joaquintides
f48fc70f4b typos/editorial 2023-05-14 11:13:48 +02:00
joaquintides
48f703132e added implementation description for cfoa 2023-05-13 19:29:41 +02:00
joaquintides
69ee0039e0 added implementation rationale for concurrent hashmap 2023-05-13 19:29:08 +02:00
joaquintides
add01e2dfd added compliance section for concurrent hashmap 2023-05-13 19:28:43 +02:00
joaquintides
4b4db3dfb3 fixed links 2023-05-13 10:00:35 +02:00
joaquintides
81480feeb4 fixed regression at unprotected_emplace 2023-05-12 12:45:31 +02:00
joaquintides
d615a08f76 made operator [==|!=] templated again to accommodate fwd declarations 2023-05-12 12:33:27 +02:00
joaquintides
dacc1c8234 made operator[==|!=] non-templated 2023-05-12 11:41:50 +02:00