Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 173 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 173 Bytes

ringbuf_shm

A lock-free ring buffer with shared memory.

Properties

  • Allow variably sized chunks
  • Support contiguous memory chunks
  • Support zero copy operation