Polled submission mode & pre-registered buffers
Closed this issue · 1 comments
bbeaupain commented
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
My experience with polled submission mode does not show sensible performance improvements, but YMMV.