Morph
25429998e3
bounded_threadsafe_queue: Use constexpr capacity and mask
...
While this is the primary change, we also:
- Remove the mpsc namespace and rename Queue to MPSCQueue
- Make Slot a private struct within MPSCQueue
- Remove the AlignedAllocator template argument, as we use std::allocator
- Replace instances of mask + 1 with capacity, and mask + 2 with capacity + 1
2022-06-15 16:59:13 -04:00
..
2022-04-23 05:55:32 -04:00
2022-05-13 00:51:05 -04:00
2022-06-02 21:46:38 +01:00
2022-04-28 18:24:11 +02:00
2022-05-10 17:07:21 -04:00
2022-05-06 20:05:21 -04:00
2022-05-06 14:47:55 +08:00
2022-04-28 18:24:11 +02:00
2022-04-28 18:24:11 +02:00
2022-05-30 10:57:59 -04:00
2022-04-28 18:24:11 +02:00
2022-04-23 05:55:32 -04:00
2022-06-01 02:15:15 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-06-02 19:37:46 -06:00
2022-06-15 16:59:13 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-18 01:00:48 -05:00
2022-04-18 01:00:48 -05:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-28 16:50:34 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-03-24 18:13:33 -07:00
2022-05-13 00:51:11 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-03-07 18:21:56 -05:00
2021-11-20 17:50:24 -05:00