5 Followers
29 Following
41 Posts
Hey @invalidop serious question is possible to have a zero syscall gRPC event loop with io_uring? Seeing https://github.com/libuv/libuv/commit/d2c31f429b87b476a7f1344d145dad4752a406d4 makes me ask.
linux: introduce io_uring support (#3952) · libuv/libuv@d2c31f4

Add io_uring support for several asynchronous file operations: - read, write - fsync, fdatasync - stat, fstat, lstat io_uring is used when the kernel is new enough, otherwise libuv simply ...

GitHub
@SirCmpwn why are there so few tests for sr.ht services? will they come later or are you verifying the service in some other way that I can look at?