YoSTEALTH

Results 69 comments of YoSTEALTH

@da-woods Cool, Thank your very much for your amazing support.

@da-woods For [io_uring_enter](https://github.com/YoSTEALTH/Liburing/blob/master/src/liburing/syscall.pyx#L2-L7) since [trap_error](https://github.com/YoSTEALTH/Liburing/blob/master/src/liburing/error.pyx#L1-L34) is being used, also by other functions, getting lots of these messages: ``` bash performance hint: src/liburing/syscall.pxd:7:24: No exception value declared for 'io_uring_enter' in pxd...

`io_uring_enable_rings`

Missing manual for `io_uring_peek_batch_cqe` can't believe this one, its one of the best functions.

@CarterLi This is really cool, it should also help with compatibility issues right? Like if someone is on `Linux 6.5` and the library enum has `IORING_OP_FUTEX_WAIT` (6.7 feature) it should...

@CarterLi lol, author is busy with too many things, please be patience and author is interested now, so could you please update! Thank you very much :)

@axboe what to do with this PR? It would have been an awesome feature for compatibility issues.

> That's pretty horrible for readability and maintenance, I wonder if there are better ways of doing it. @isilence I asked few people if there was a better way! they...

This is what happening using `compiler` (slow install): 1. I include C liburing source code (so library is not dependent on whats installed in OS) 2. run only `./configure` and...

Thanks, trying to make things easier for you :) ``` diff UNSTAGED CHANGES -- src/include/liburing/io_uring.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/include/liburing/io_uring.h b/src/include/liburing/io_uring.h index...