Shared Memory Queue Templates 0.0.3

License: Free ‎File size: N/A
‎Users Rating: 4.0/5 - ‎2 ‎votes

ABOUT Shared Memory Queue Templates

One approach to constructing fast queues is to construct a mechanism for using shared memory appropriate containers in C++ as templates. There are three main components: the shared segment of memory, an allocator of memory chunks and the queue itself.