You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: