Get the latest tech news
Show HN: Io_uring for Ruby
Ruby gem for working with io_uring. Contribute to digital-fabric/iou development by creating an account on GitHub.
It largely follows the liburing API, but provides certain Ruby-esque amenities to make it easier to use io_uring in Ruby apps. Prepare and submit operations: accept, read, write, timeout, nop. I/O operations, such as read, write, recv, send, accept etc are done using raw fd's.
Or read this on Hacker News