Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-allocating buffers and registering them to io_uring #58

Open
penberg opened this issue Aug 6, 2023 · 0 comments
Open

Pre-allocating buffers and registering them to io_uring #58

penberg opened this issue Aug 6, 2023 · 0 comments

Comments

@penberg
Copy link
Contributor

penberg commented Aug 6, 2023

For high performance I/O, it would be great if there was an API to pre-allocate buffers and register them to io_uring as described in https://gavinray97.github.io/blog/io-uring-fixed-bufferpool-zig. Of course, we need to support the same thing for other backends that don't support registering buffers, although pre-allocation anyway helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants