Skip to content
#

ringbuffer

Here are 19 public repositories matching this topic...

A high-performance, memory-mapped ring buffer implementation in Go, designed for efficient inter-process or inter-thread communication. This library provides a lock-free (with minimal locking) ring buffer backed by memory-mapped files, making it suitable for high-throughput scenarios.

  • Updated Jul 21, 2025
  • Go

Improve this page

Add a description, image, and links to the ringbuffer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ringbuffer topic, visit your repo's landing page and select "manage topics."

Learn more