/ipc

Inter-process C++ communication library to enable allocation managed between processes/threads and send/receive of allocated regions between producers/consumer processes or threads using this IPC buffer. (and yes it implements an M:N ring buffer too)

Primary LanguageC++Apache License 2.0Apache-2.0

Stargazers