benstadin
benstadin
In reference to the todo mentioned here: https://github.com/mpoeter/xenium/blob/ea3b4faa5b5d1b90bbf9dd3422e139480af692a3/xenium/detail/hardware.hpp#L19 Atomic_queue has several definitions for other platforms. I verified these to work on various ARM 32/64 platforms (Raspberry PI 32 and 64,...
My application uses several queues. The application is a service and thus runs for a long time. Each of the queues in my application may get heavily filled at peak...
Which queue has the best deallocation behavior when a once large queue is shrunken? I'm looking for a FIFO queue which releases most of it's memory when shrinking again.