ring-buffer

Tag

Cards List
#ring-buffer

Magic Buffers and io_uring Registered Buffers

Hacker News Top · 2026-06-15 Cached

The article explores using mmap to create a magic ring buffer where two contiguous virtual memory ranges map the same physical memory, and tests its compatibility with io_uring's registered buffers, finding that it works as expected.

0 favorites 0 likes
#ring-buffer

Premature Optimization is Fun Sometimes

Lobsters Hottest · 2026-06-08 Cached

A blog post exploring the optimization of a ring buffer data structure for storing ping timestamps, discussing tagged unions, bitfields, and struct padding to reduce memory footprint.

0 favorites 0 likes
← Back to home

Submit Feedback