<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Io on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/io/</link>
    <description>Recent content in Io on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 23 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Self-Hosted Linux io_uring Tool Ecosystem — liburing, fio, and uring-bench Guide</title>
      <link>https://www.pistack.xyz/posts/2026-05-23-self-hosted-linux-io-uring-tool-ecosystem-liburing-fio-uring-bench-guide/</link>
      <pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-05-23-self-hosted-linux-io-uring-tool-ecosystem-liburing-fio-uring-bench-guide/</guid>
      <description>&lt;p&gt;Asynchronous I/O has been a longstanding challenge in Linux. Traditional &lt;code&gt;select&lt;/code&gt;/&lt;code&gt;poll&lt;/code&gt;/&lt;code&gt;epoll&lt;/code&gt; handle network I/O well but fall short for &lt;strong&gt;disk and storage operations&lt;/strong&gt;. The &lt;strong&gt;io_uring&lt;/strong&gt; kernel interface, introduced by Jens Axboe in Linux 5.1, provides a high-performance, lock-free asynchronous I/O API that dramatically reduces syscall overhead for storage-intensive workloads.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
