Commit Graph

  • 7b25b7e592 refactored padding into a clean design joaquintides 2023-06-09 10:03:39 +02:00
  • 1a62844846 added padding between and around ml and size_ joaquintides 2023-06-08 09:42:35 +02:00
  • 7327053eea updated concurrent_flat_map benchmarks joaquintides 2023-06-08 09:34:05 +02:00
  • af19d99b70 Clean up CI to pre-debugging state Christian Mazakas 2023-06-07 09:53:06 -07:00
  • 64f9370fff implemented cacheline alignment without extended alignas joaquintides 2023-06-07 11:30:52 +02:00
  • ca193de243 added missing #include joaquintides 2023-06-07 11:28:00 +02:00
  • 2914925b4d Explicitly disable ccache in GHA runner file Christian Mazakas 2023-06-06 09:14:00 -07:00
  • bc37851725 Remove usage of ccache from problematic gcc-12 sanitizer actions Christian Mazakas 2023-06-06 08:51:16 -07:00
  • f89a31849c Fix workaround for cfoa_fwd_tests Christian Mazakas 2023-06-06 08:27:55 -07:00
  • ec945810eb Remove problematic test from clang-3.7 runner Christian Mazakas 2023-06-05 15:56:06 -07:00
  • 68ddaba57a Update cfoa's fwd header to be in line with the others Christian Mazakas 2023-06-05 15:47:41 -07:00
  • c48c2afc56 Add gcc-13 and Ubuntu 23.04 to Drone CI Christian Mazakas 2023-06-05 14:24:38 -07:00
  • 01a5dd0dd1 Add concurrent_flat_map to link tests for foa Christian Mazakas 2023-06-05 14:19:18 -07:00
  • 300a8e61bd Add ubsan + asan jobs to gcc-12 Christian Mazakas 2023-06-05 11:16:34 -07:00
  • 1d2be664a0 added boost::concurrent_flat_map benchmarks joaquintides 2023-06-05 20:08:32 +02:00
  • e6b1ef9e1e Add ubsan gcc-12 runners to drone Christian Mazakas 2023-06-05 09:32:11 -07:00
  • 4efb55146a Update gcc used for code coverage collection Christian Mazakas 2023-06-02 15:08:29 -07:00
  • 8877d21237 Replace dependency on SmartPtr with primitives in Core Christian Mazakas 2023-06-02 14:14:18 -07:00
  • 44c50cd2ea Resolve potential ambiguities during insertion by introducing a member function template Christian Mazakas 2023-06-01 14:19:14 -07:00
  • e7c1e1a56e Clean up raii count checkers to avoid extraneous assertions Christian Mazakas 2023-06-01 14:18:54 -07:00
  • 9a22f8fbee Add missing dependency on SmartPtr Christian Mazakas 2023-05-31 09:14:44 -07:00
  • 51520de04b Add allocator using fancy pointers to insert_tests Christian Mazakas 2023-05-31 07:30:37 -07:00
  • 6e0f76f4c2 Add missing FindThreads to CML Christian Mazakas 2023-05-30 14:52:45 -07:00
  • 06aa4b5c19 Cleanup test CML Christian Mazakas 2023-05-30 13:24:21 -07:00
  • 332540c857 Attempt to fix CMake tests Christian Mazakas 2023-05-30 12:05:10 -07:00
  • fdedb6c957 Add merge exceptions tests for cfoa Christian Mazakas 2023-05-30 09:19:50 -07:00
  • 7aaa2e9452 polished BOOST_UNORDERED_PREFETCH[_ELEMENTS] joaquintides 2023-05-28 19:09:14 +02:00
  • 950e640fcf Update concurrent_table to use macro-based prefetching Christian Mazakas 2023-05-26 21:06:01 -07:00
  • 7874625c08 Replace prefetch_elements() with macro so builtins aren't optimized away by DSE Christian Mazakas 2023-05-26 20:56:52 -07:00
  • 2ab4225473 Add workaround for gcc-12 and above where the prefetch call is ignored Christian Mazakas 2023-05-26 08:16:02 -07:00
  • c5df4ec069 Remove unused test Christian Mazakas 2023-05-25 08:41:26 -07:00
  • 55d79204be Add exceptions tests for cfoa assign ops Christian Mazakas 2023-05-24 15:23:09 -07:00
  • f5d5299b88 Flesh out constructor exception tests Christian Mazakas 2023-05-24 11:06:45 -07:00
  • 253a9bccf6 fixed leak in throwing allocator-extended move ctor joaquintides 2023-05-24 09:19:31 +02:00
  • 61f11a58ee Push up failing test case for code review purposes Christian Mazakas 2023-05-23 15:28:14 -07:00
  • e78dc311e3 Clean up erase tests Christian Mazakas 2023-05-23 08:43:10 -07:00
  • a5748c2e8b Add initial container population to insert iterator range tests Christian Mazakas 2023-05-22 15:24:36 -07:00
  • 146c5cb6be Clean up exception tests Christian Mazakas 2023-05-22 14:19:21 -07:00
  • c63a88032d Loosen restrictions on erase exceptions tests to accomodate runs where there are no successful erasures Christian Mazakas 2023-05-22 12:10:10 -07:00
  • 3ad164267a Update duration of erase operations to trigger successful erasures when only 2 threads are available Christian Mazakas 2023-05-22 11:37:07 -07:00
  • a9203ed93c Clean up erase_tests Christian Mazakas 2023-05-22 10:11:44 -07:00
  • 16550ded0c Add exceptional erase tests Christian Mazakas 2023-05-22 10:11:37 -07:00
  • b4c75abca9 typo joaquintides 2023-05-22 09:49:00 +02:00
  • a696bdecf6 editorial joaquintides 2023-05-21 13:10:46 +02:00
  • 8865a940fc editorial joaquintides 2023-05-21 12:55:23 +02:00
  • 2a28698c8c editorial joaquintides 2023-05-21 12:43:45 +02:00
  • 96f5983f88 fixed initializer_list insert requirements joaquintides 2023-05-21 12:39:02 +02:00
  • ddb1148a31 reformulated static member initialization to appease VS2015 joaquintides 2023-05-20 12:16:30 +02:00
  • ffcae204ee Add insert_exception_tests Christian Mazakas 2023-05-19 12:33:14 -07:00
  • f28527c4d8 removed double separating line joaquintides 2023-05-19 11:28:08 +02:00
  • 528f7d4b12 title cased some sections joaquintides 2023-05-19 11:17:56 +02:00
  • a140de4254 typos/editorial joaquintides 2023-05-19 10:51:00 +02:00
  • f1bc948be8 Update table formatting in intro to use monospaced font Christian Mazakas 2023-05-18 13:14:58 -07:00
  • 3d640ac032 refactored to modernize and improve flow joaquintides 2023-05-18 20:18:58 +02:00
  • ff10b287e2 Remove unreliable check from swap_tests Christian Mazakas 2023-05-17 13:36:56 -07:00
  • 4a416501c8 Fix misuse of ctad macro Christian Mazakas 2023-05-17 10:14:45 -07:00
  • bf06fa97e3 Add deduction guides Christian Mazakas 2023-05-17 09:38:29 -07:00
  • fcf6fee0f6 Make usage of forceinline consistent with the underlying concurrent_table Christian Mazakas 2023-05-16 15:42:47 -07:00
  • 8ddfc8ec7a Update execution policies to accept by forwarding reference Christian Mazakas 2023-05-16 14:33:41 -07:00
  • 5f249bc681 Add fwd header Christian Mazakas 2023-05-16 13:31:35 -07:00
  • dbd1a929e6 Remove unnenecessary spinning Christian Mazakas 2023-05-16 12:34:50 -07:00
  • 32ff2f145e Add initial draft of equality tests Christian Mazakas 2023-05-16 11:55:56 -07:00
  • 63026fd320 Clean up tests to avoid needless yields and extraneous spurious wakeups Christian Mazakas 2023-05-16 09:19:43 -07:00
  • 6295c7f0d4 Add free function erase_if() Christian Mazakas 2023-05-15 13:40:33 -07:00
  • c3879e238d Add free function swap() Christian Mazakas 2023-05-11 10:17:02 -07:00
  • 9260bff8f8 editorial joaquintides 2023-05-15 10:20:45 +02:00
  • f48fc70f4b typos/editorial joaquintides 2023-05-14 11:13:48 +02:00
  • 48f703132e added implementation description for cfoa joaquintides 2023-05-13 19:29:41 +02:00
  • 69ee0039e0 added implementation rationale for concurrent hashmap joaquintides 2023-05-13 19:29:08 +02:00
  • add01e2dfd added compliance section for concurrent hashmap joaquintides 2023-05-13 19:28:43 +02:00
  • 4b4db3dfb3 fixed links joaquintides 2023-05-13 10:00:35 +02:00
  • 81480feeb4 fixed regression at unprotected_emplace joaquintides 2023-05-12 12:45:31 +02:00
  • d615a08f76 made operator [==|!=] templated again to accommodate fwd declarations joaquintides 2023-05-12 12:33:27 +02:00
  • dacc1c8234 made operator[==|!=] non-templated joaquintides 2023-05-12 11:41:50 +02:00
  • 511e2b3272 refactored to provide equality comparison from table_core joaquintides 2023-05-12 11:24:20 +02:00
  • bcf5d0cf13 Attempt to disable extraneous runs on CI Christian Mazakas 2023-05-11 08:39:29 -07:00
  • 80a1904d92 Fix call_count check in rehash_tests Christian Mazakas 2023-05-11 08:39:16 -07:00
  • 21afc69894 Add initial tests for rehash(), reserve() Christian Mazakas 2023-05-10 13:22:02 -07:00
  • c90b72a643 Squelch gcc self-move warning for version 13 Christian Mazakas 2023-05-09 13:43:14 -07:00
  • c2c34f96a3 Improve robustness of merge_tests to schedule merges without spurious wakeups and in a wider stride of insertions Christian Mazakas 2023-05-09 13:33:50 -07:00
  • 69ba1c7c00 editorial joaquintides 2023-05-09 19:53:56 +02:00
  • ba25041fc8 added tutorial on boost::concurrent_flat_map joaquintides 2023-05-08 18:37:36 +02:00
  • 02197674f4 prevented VS C4800 warning joaquintides 2023-05-06 12:44:07 +02:00
  • f0fe62d6ab Add count(), contains() Christian Mazakas 2023-05-05 15:41:23 -07:00
  • 53328766b9 Return size_type instead of size_t Christian Mazakas 2023-05-05 15:41:08 -07:00
  • 5b775345ba Clean up concurrent_table's merge impl Christian Mazakas 2023-05-05 11:47:20 -07:00
  • 99b0868283 Add initial impl of merge() Christian Mazakas 2023-05-05 10:20:37 -07:00
  • 1c98a4a8f1 changed all titles to Title Casing joaquintides 2023-05-05 18:56:33 +02:00
  • bf73366117 typo joaquintides 2023-05-05 17:55:53 +02:00
  • 719394c522 Split important info int separate paragraphs joaquintides 2023-05-05 17:55:02 +02:00
  • 03fccc1947 refined concurrency requirements and guarantees joaquintides 2023-05-05 17:37:20 +02:00
  • 814264082f fixed BNF syntax joaquintides 2023-05-04 19:19:37 +02:00
  • 70e3dc4628 Changed the return type of iterator/initializer_list insert[_or_[c]visit] and merge to size_type joaquintides 2023-05-04 19:16:39 +02:00
  • b72dbef1a9 added equality comparison to reference joaquintides 2023-05-04 18:51:03 +02:00
  • 26924c73b9 fixed space reservation in concurrent_table::operator=(std::initializer_list) joaquintides 2023-05-04 18:09:28 +02:00
  • 23e720a968 Split up Drone jobs even further due to extended runtimes Christian Mazakas 2023-05-03 15:32:06 -07:00
  • 4fb7751b55 Add missing #include Christian Mazakas 2023-05-03 11:37:14 -07:00
  • 3c0fb0fa1b Attempt to fix flaky CI Christian Mazakas 2023-05-03 11:22:07 -07:00
  • 3fe0807ae9 Add test that intermixes insertion and visitation Christian Mazakas 2023-05-03 10:28:19 -07:00
  • dfb4f2a28a added reference for boost::concurrent_flat_map joaquintides 2023-05-03 17:53:13 +02:00