-
Hello, here are some benchmark results I have compiled for disk storage with/without liburing testing both buffered and direct IO.
Kernel: 6.7
file system: xfs
disk : nvme ssd
CPU: 48 thread AMD…
-
fatal error: liburing.h: No such file or directory
#include "liburing.h"
-
I'm going to be adding more multishot commands, some or all in separate PRs. But I wanted a place where we could discuss the naming of these opcodes and options. I'm going to list the names that come …
-
**Describe the bug**
ARM64 build instructions fail because of AMD Lua sources
**To Reproduce**
I don't have a clear snippet to provide, also because I'm not familiar with C compiling and Lua. If …
-
```
gcc -DHAVE_CONFIG_H -I. -DNDEBUG -Ivendor/lua/src -Ivendor/liburing/src/include -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-…
-
Right now libunifex includes `io_uring.h` in a public interface header file, and requires cmake targets consuming libunifex to include liburing. liburing is not a commonly installed library, plus it i…
-
This is because liburing broke it with their commit https://github.com/axboe/liburing/commit/f0c5c54945ae92a00cdbb43bdf3abaeab6bd3a23
It was fixed (by reverting) by https://github.com/axboe/liburin…
-
It is unclear what the purpose of `dlluring.so` is. It is an ELF file with an SONAME (`liburing.so.2`). Nothing appears to link to this SONAME. Nothing appears to dlopen this SONAME. Nothing appears …
-
Migrate the `zpt::stream::polling` infra-structure from `epoll` to `liburing`.
-
liburing now supports freeing memory allocated for usage with the feature discovery functionality.
I would be happy to provide the uring-sys implementation which I have in a private branch, but lib…