async-io

Tag

Cards List
#async-io

kernel asynchronous reads in PostgreSQL 19 (io_uring)

Lobsters Hottest · 4d ago Cached

PostgreSQL 19 introduces kernel asynchronous reads via io_uring, enabling direct asynchronous buffered I/O for improved performance without dedicated worker processes.

0 favorites 0 likes
#async-io

Epoll vs. Io_uring in Linux

Hacker News Top · 2026-06-20 Cached

A technical comparison of epoll and io_uring in Linux, explaining their architectures and performance characteristics for asynchronous I/O.

0 favorites 0 likes
#async-io

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
#async-io

Async I/O in Zig 0.16, today

Lobsters Hottest · 2026-05-17 Cached

Zig 0.16 ships a new std.Io interface for cross-platform I/O. The library zio provides a full async implementation using stackful coroutines and OS-level async APIs, enabling efficient concurrent tasks without thread-per-task overhead.

0 favorites 0 likes
← Back to home

Submit Feedback