bbeaupain / nio_uring

High performance I/O library for Java using io_uring under the hood
MIT License
146 stars 8 forks source link

Polled submission mode & pre-registered buffers #10

Closed bbeaupain closed 2 weeks ago

bbeaupain commented 2 years ago

Polled submission mode would be awesome to support for performance reasons. Integration with nio_uring, however, will not be quite straightforward due to polled mode requiring pre-registration of buffers. Ideally, we make the user experience simple and graceful with a managed buffer pool.

siy commented 8 months ago

My experience with polled submission mode does not show sensible performance improvements, but YMMV.