-
Notifications
You must be signed in to change notification settings - Fork 31
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
Ensure alignment for vortex-buffer #454
Comments
I came across an aligned-buffer and aligned-buffer-pool as part of the Rkyv utilities repo: https://crates.io/crates/aligned-buffer I will try to rebuild vortex-buffer (along with mutable and P-typed versions) around this crate and then we can move away from Arrow buffers, Bytes buffers, |
There is an open question though around how we handle unaligned buffers coming in from external systems. |
Dupe of #115 |
Right now when creating Bytes based buffers we lose the alignment information. There has been no movement on issue to allow this tokio-rs/bytes#437 which would mean that unless allocator_api is stable this is unlikely to happen.
The text was updated successfully, but these errors were encountered: