Hacker News new | ask | show | jobs
by markles 639 days ago
I've been playing with io_uring for the last month or so, just for fun. I'm working on building an async runtime from scratch on top of it. I've been documenting (think of them more as notes to myself) the process thus far:

Creating bindings to io_uring (just to see the process): https://www.thespatula.io/rust/rust_io_uring_bindings/

Writing an echo server using those bindings: https://www.thespatula.io/rust/rust_io_uring_echo_server/

1 comments

Ditto Swift. I should probably write a blog post about it...

https://github.com/PADL/IORingSwift