Skip to content

refactor(io): use mmap-backed ring buffer with mirror#149

Merged
ComixHe merged 1 commit intoOpenAtom-Linyaps:masterfrom
ComixHe:master
Apr 22, 2026
Merged

refactor(io): use mmap-backed ring buffer with mirror#149
ComixHe merged 1 commit intoOpenAtom-Linyaps:masterfrom
ComixHe:master

Conversation

@ComixHe
Copy link
Copy Markdown
Collaborator

@ComixHe ComixHe commented Apr 22, 2026

Replace heap-allocated ring buffer with memfd-based implementation that maps the buffer twice consecutively. Eliminates iovec handling for wrap-around cases, enabling simpler linear access patterns.

Replace heap-allocated ring buffer with memfd-based implementation
that maps the buffer twice consecutively. Eliminates iovec handling
for wrap-around cases, enabling simpler linear access patterns.

Signed-off-by: ComixHe <[email protected]>
@ComixHe ComixHe merged commit 7ceb4aa into OpenAtom-Linyaps:master Apr 22, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant