Skip to content
  1. Jun 15, 2022
    • Morph's avatar
      bounded_threadsafe_queue: Use constexpr capacity and mask · 25429998
      Morph authored
      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
      25429998
  2. Jun 14, 2022
  3. Jun 13, 2022
  4. Jun 12, 2022
  5. Jun 11, 2022
  6. Jun 10, 2022
  7. Jun 09, 2022
  8. Jun 08, 2022
  9. Jun 07, 2022
  10. Jun 06, 2022
  11. Jun 05, 2022
  12. Jun 04, 2022
Loading