George Shramov
George Shramov
I've made basic support, you can find it here: https://github.com/PodnimatelPingvinov/asio/tree/io-uring It has some serious problems (including performance), which are described in readme, that's why I don't want to open PR...
Yeah, io_uring received a lot of useful functions since its initial version. Asio also changed a lot during this period (i.e. Executors). Those reasons coupled with lack of time made...
Thanks for providing a hint, I'll give it a try. My use case is CI pipelines, I tried to use this command to save conan cache and then transfer it...
That's cool, thanks! Setting compression level to lowest possible helped me a lot (`conan cache save -cc core.gzip:compresslevel=1 '*:*'`), getting pipelines to run in a reasonable amount of time. It's...
It indeed works, thanks!