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 |
|
joaquintides
|
511e2b3272
|
refactored to provide equality comparison from table_core
|
2023-05-12 11:24:20 +02:00 |
|
Christian Mazakas
|
bcf5d0cf13
|
Attempt to disable extraneous runs on CI
|
2023-05-11 08:39:29 -07:00 |
|
Christian Mazakas
|
80a1904d92
|
Fix call_count check in rehash_tests
|
2023-05-11 08:39:16 -07:00 |
|
Christian Mazakas
|
21afc69894
|
Add initial tests for rehash(), reserve()
|
2023-05-10 13:22:02 -07:00 |
|
Christian Mazakas
|
c90b72a643
|
Squelch gcc self-move warning for version 13
|
2023-05-09 14:00:14 -07:00 |
|
Christian Mazakas
|
c2c34f96a3
|
Improve robustness of merge_tests to schedule merges without spurious wakeups and in a wider stride of insertions
|
2023-05-09 14:00:14 -07:00 |
|
joaquintides
|
69ba1c7c00
|
editorial
|
2023-05-09 19:53:56 +02:00 |
|
joaquintides
|
ba25041fc8
|
added tutorial on boost::concurrent_flat_map
|
2023-05-08 18:37:36 +02:00 |
|
joaquintides
|
02197674f4
|
prevented VS C4800 warning
|
2023-05-06 12:44:07 +02:00 |
|
Christian Mazakas
|
f0fe62d6ab
|
Add count(), contains()
|
2023-05-05 15:41:23 -07:00 |
|
Christian Mazakas
|
53328766b9
|
Return size_type instead of size_t
|
2023-05-05 15:41:08 -07:00 |
|
Christian Mazakas
|
5b775345ba
|
Clean up concurrent_table's merge impl
|
2023-05-05 11:47:20 -07:00 |
|
Christian Mazakas
|
99b0868283
|
Add initial impl of merge()
|
2023-05-05 10:20:52 -07:00 |
|
joaquintides
|
1c98a4a8f1
|
changed all titles to Title Casing
|
2023-05-05 18:56:33 +02:00 |
|
joaquintides
|
bf73366117
|
typo
|
2023-05-05 17:55:53 +02:00 |
|
joaquintides
|
719394c522
|
Split important info int separate paragraphs
|
2023-05-05 17:55:02 +02:00 |
|
joaquintides
|
03fccc1947
|
refined concurrency requirements and guarantees
|
2023-05-05 17:37:20 +02:00 |
|
joaquintides
|
814264082f
|
fixed BNF syntax
|
2023-05-04 19:19:37 +02:00 |
|
joaquintides
|
70e3dc4628
|
Changed the return type of iterator/initializer_list insert[_or_[c]visit] and merge to size_type
|
2023-05-04 19:16:39 +02:00 |
|
joaquintides
|
b72dbef1a9
|
added equality comparison to reference
|
2023-05-04 18:51:03 +02:00 |
|
joaquintides
|
26924c73b9
|
fixed space reservation in concurrent_table::operator=(std::initializer_list)
|
2023-05-04 18:09:28 +02:00 |
|
Christian Mazakas
|
23e720a968
|
Split up Drone jobs even further due to extended runtimes
|
2023-05-03 15:32:06 -07:00 |
|
Christian Mazakas
|
4fb7751b55
|
Add missing #include
|
2023-05-03 11:37:32 -07:00 |
|
Christian Mazakas
|
3c0fb0fa1b
|
Attempt to fix flaky CI
|
2023-05-03 11:37:32 -07:00 |
|
Christian Mazakas
|
3fe0807ae9
|
Add test that intermixes insertion and visitation
Attempt to test the happens-before and synchronizes-with relationship, looking for potential bugs on weakly-ordered models
|
2023-05-03 11:37:32 -07:00 |
|
joaquintides
|
dfb4f2a28a
|
added reference for boost::concurrent_flat_map
|
2023-05-03 17:53:13 +02:00 |
|
Christian Mazakas
|
cc4cfc7ef2
|
Fix bug in swap_test iteration logic that caused early termination of the swap loop
|
2023-05-02 15:57:16 -07:00 |
|
Christian Mazakas
|
a9bf367d6e
|
Test if being the kind of program that calls yield() pays dividends for flaky CI failures
|
2023-05-02 15:44:21 -07:00 |
|
Christian Mazakas
|
2ea0dbf30e
|
Add impl of member function swap()
|
2023-05-02 13:44:27 -07:00 |
|