xoom-net-actors icon indicating copy to clipboard operation
xoom-net-actors copied to clipboard

Align Mailbox queues with theirs implementations

Open tjaskula opened this issue 6 years ago • 2 comments

Current queues are aligned on Java names and implementations but it doesn't make much sense for .NET Here I some considerations to take into account:

  • Agrona doesn't make much sense as name. I would rename is as a BoundedQueue
  • Import and implement https://github.com/alexandrnikitin/MPMCQueue.NET as MPMCQueue it should work in MPSC configuration

I would keep for now ConcurrentQueue and SharedRingBuffer

tjaskula avatar Jan 21 '19 23:01 tjaskula