Hacker News
- Process Creation in Io_uring https://lwn.net/SubscriberLink/1002371/0ff2be6a2c7624ca/ 26 comments
- What Is io_uring? https://matklad.github.io/2024/09/23/what-is-io-uring.html 4 comments
- Getting Hands-on with io_uring using Go https://developers.mattermost.com/blog/hands-on-iouring-go/ 22 comments
- The Rapid Growth of Io_uring https://lwn.net/Articles/810414/ 65 comments
- Show HN: Io_uring for Ruby https://github.com/digital-fabric/iou 31 comments
- Zero-copy network transmission with io_uring (2021) https://lwn.net/Articles/879724/ 51 comments
- A journey to io_uring, AIO and modern storage devices https://clickhouse.tech/blog/en/2021/reading-from-external-memory/ 37 comments
- How io_uring and eBPF Will Revolutionize Programming in Linux https://www.scylladb.com/2020/05/05/how-io_uring-and-ebpf-will-revolutionize-programming-in-linux/ 320 comments
- IO_uring creator delivers 6% file system speed increase – 'a five minute job' https://www.tomshardware.com/software/linux/linux-dev-delivers-6-file-system-performance-increase-says-it-was-literally-a-5-min-job 2 comments
Lobsters
- Rust async runtime based on io-uring. https://github.com/bytedance/monoio 19 comments rust
- Writing an echo server using io_uring https://www.thespatula.io/rust/rust_io_uring_echo_server/ 13 comments rust
- C++20 Coroutines and io_uring https://pabloariasal.github.io/2022/11/12/couring-1/ 12 comments cpp
- A Web Server with io_uring https://unixism.net/2020/04/io-uring-by-example-part-3-a-web-server-with-io-uring/ 2 comments programming
- Importing 3m rows/sec with io_uring https://questdb.io/blog/2022/09/12/importing-3m-rows-with-io-uring/ 21 comments programming
- Where could I implement io_uring on? https://en.wikipedia.org/wiki/Io_uring 5 comments linux
- Polyphony has an io_uring backend! https://www.reddit.com/r/ruby/comments/j79rmc/polyphony_has_an_io_uring_backend/ 15 comments ruby
- Mental experiments with io_uring https://vorner.github.io/2019/11/03/io-uring-mental-experiments.html 18 comments rust
- Creating bindings to liburing and a simple io_uring example. https://www.thespatula.io/rust/rust_io_uring_bindings/ 7 comments rust
- Netty transport benchmark based on io_uring https://github.com/netty/netty/issues/10622#issuecomment-701241587 4 comments java
- GHC nonblocking IO and io_uring https://www.reddit.com/r/haskell/comments/h7q95h/ghc_nonblocking_io_and_io_uring/ 15 comments haskell
- Jens Axboe's io_uring documentation for 5.1 kernel http://kernel.dk/io_uring.pdf 3 comments linux
- io_uring Linux 5.7 feature gives polled IO huge boost https://twitter.com/hielkedv/status/1231532586285125638?s=21 11 comments linux
- Ringbahn: a safe, ergonomic API for io-uring in Rust https://boats.gitlab.io/blog/post/ringbahn/ 47 comments rust
- Put an io_uring on it: Exploiting the Linux Kernel https://www.graplsecurity.com/post/iou-ring-exploiting-the-linux-kernel 3 comments programming
- Missing Manuals - io_uring worker pool https://blog.cloudflare.com/missing-manuals-io_uring-worker-pool/ 2 comments programming
- A container runtime in Rust that uses the latest features such as io_uring. https://www.reddit.com/r/linux/comments/o12vds/a_container_runtime_in_rust_that_uses_the_latest/ 17 comments linux
- wcp - a reimplementation of cp using io_uring. With a nice progress bar https://wheybags.com/blog/wcp.html 48 comments programming
- How io_uring and eBPF Will Revolutionize Programming in Linux https://www.scylladb.com/2020/05/05/how-io_uring-and-ebpf-will-revolutionize-programming-in-linux/ 16 comments programming
- How io_uring and eBPF Will Revolutionize Programming in Linux https://www.scylladb.com/2020/05/05/how-io_uring-and-ebpf-will-revolutionize-programming-in-linux/ 22 comments linux
- How io_uring and eBPF Will Revolutionize Programming in Linux https://www.reddit.com/r/linux/comments/g5kcav/how_io_uring_and_ebpf_will_revolutionize/ 10 comments linux
- [FOSDEM] sled and rio: modern database engineering with io_uring https://fosdem.org/2020/schedule/event/rust_techniques_sled/ 12 comments rust
- Building a High-Performance Database Buffer Pool in Zig using io_uring's new Fixed-Buffer mode https://gavinray97.github.io/blog/io-uring-fixed-bufferpool-zig 2 comments zig
- CVE-2021–20226 a reference counting bug which leads to local privilege escalation in io_uring. https://flattsecurity.medium.com/cve-2021-20226-a-reference-counting-bug-which-leads-to-local-privilege-escalation-in-io-uring-e946bd69177a 2 comments netsec
- Announcing tokio-uring: io-uring support for Tokio https://tokio.rs/blog/2021-07-tokio-uring 41 comments rust
- 23% more Throughput and 74% less Latency with ASP.NET on Linux using io_uring https://ndportmann.com/io_uring-preview-release 5 comments dotnet
- Tutorial : Linux io_uring and tokio-uring exploration with Rust https://developerlife.com/2024/05/25/tokio-uring-exploration-rust/ 5 comments rust
- IO_uring With Linux 6.9 Gains Truncate Support, Per-Ring NAPI https://www.phoronix.com/news/Linux-6.9-IO_uring 2 comments linux
- Linux 6.0 changelog (2 weeks late): includes a new Runtime Verification system; io_uring features such as async buffered writes, an userspace block driver, and networking zero-copy send; Btrfs send v2, XFS scalability enhancements; task scheduler performance improvements; new BPF features. https://kernelnewbies.org/Linux_6.0 45 comments linux
- CVE-2021-20226: A reference-counting bug in the Linux kernel io_uring subsystem that can be leveraged for local privilege escalation https://www.zerodayinitiative.com/blog/2021/4/22/cve-2021-20226-a-reference-counting-bug-in-the-linux-kernel-iouring-subsystem 3 comments reverseengineering