Awesome `io_uring` repository, feel free to contribute!

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • awesome-iouring

    Delightful io_uring packages and resources

  • gouring

    Go io uring syscall implementation without CGO, rewrite on branch v0.4

  • By the way, golang has one of the most mature implementations of `io_uring` thanks to gouring

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  • For example bun.sh is using `io_uring` and that's one of the reasons why it's so much faster than node or deno, for example in the postgres benchmark. Most mayor projects and runtimes dealing with IO are either migrating to `io_uring` or planning to do it.

  • directio

    This is library for the Go language to enable use of Direct IO under all OSes

  • - Use aligned reads

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts