Shared Memory Queue Templates 0.0.3

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

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.

VERSION HISTORY

  • Version 0.0.3 posted on 2008-05-25
    Several fixes and updates
  • Version 0.0.3 posted on 2008-05-25

Program Details