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
Instead of our own Buf trait, we can re-use the Tokio bytes one now that vortex-buffer implements this in #1753
This should be taken by ownership to support io-uring runtimes, and allows us to pass pre-aligned buffers all the way down to the kernel avoiding any additional copies for alignment.
The text was updated successfully, but these errors were encountered:
gatesn
changed the title
VortexReadAt to accept bytes::BufMut
VortexReadAt to accept owned IoBufMut
Dec 31, 2024
Instead of our own Buf trait, we can re-use the Tokio
bytes
one now thatvortex-buffer
implements this in #1753This should be taken by ownership to support io-uring runtimes, and allows us to pass pre-aligned buffers all the way down to the kernel avoiding any additional copies for alignment.
The text was updated successfully, but these errors were encountered: