Absolutely my pleasure. I tracked down the problem you commented about: I used a later version of liburing than ships with Ubuntu, so if you want to compile this as-is, you'll have to compile and install liburing from source probably. Glad you enjoyed it!
samsquire|2 years ago
The things you work on are foundations to extremely useful systems.
(My JIT compiler is based on Martin Jacob's JIT code https://github.com/samsquire/compiler )
I would love to change my epoll server to use liburing and if I feel confident enough to I'll try integrate your code into it.
https://github.com/samsquire/epoll-server