DEV Community

weiqiang.shan
weiqiang.shan

Posted on • Originally published at shan-weiqiang.github.io on

Variable-length shared memory ring buffer

#c

A variable-length shard memory ring buffer that supports sharing variable length payloads data between processes. This is based on https://github.com/bo-yang/shm\_ring\_buffer, which only support POD fixed length data. The idea is illustrated in following diagram:

alt text

Github: shm_ring_buffer

Top comments (0)