mirror of
https://github.com/tailix/libshmemq.git
synced 2026-01-09 10:13:54 -05:00
Library for message queue in shared memory
| examples | ||
| include | ||
| src | ||
| tests | ||
| .gitignore | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| configure.ac | ||
| COPYING | ||
| INSTALL | ||
| Makefile.am | ||
| NEWS | ||
| README | ||
| README.md | ||
libshmemq
Library for message queue in shared memory.
Table of contents
Links
Similar implementations
- Boost Lock-free
- rmind/ringbuf
- goldshtn/shmemq-blog
- MengRao/SPSC_Queue
- ezhang887/shmemq
- MengRao/tcpshm
Implementation theory
- Building a shared memory IPC implementation – Part I
- Single-Producer/Single-Consumer Queue
- A lock-free, cache-efficient shared ring buffer for multi-core architectures