An open API service indexing awesome lists of open source software.

https://github.com/ezzaldeeen/shmbuf

Shared-Memory Circular Buffer
https://github.com/ezzaldeeen/shmbuf

circular-buffer shared-memory

Last synced: 12 months ago
JSON representation

Shared-Memory Circular Buffer

Awesome Lists containing this project

README

          

# shmbuf - Shared Memory Circular Buffer

## Overview

Two C programs that implement a circular buffer using shared memory, designed for inter-process communication (IPC) between a producer and a consumer. This shared memory circular buffer is a common synchronization mechanism in concurrent programming, allowing efficient data exchange between different processes.