-
Notifications
You must be signed in to change notification settings - Fork 14
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
Marble::read
buffer alignment
#1
Comments
Hey @bonsairobo I'm thinking about allowing |
@spacejam any chance you would revisit this? I'm also trying to use rkyv with marble (well with any storage layer for that matter) |
I guess it would help if I had read this thread first before filing my other issue. Some duplication of conversation here. FWIW I vote highly for this approach. |
I think it would be useful to guarantee some minimum alignment of the buffer returned from
Marble::read
, which would allow the buffer to be used with zero-copy deserialization likerkyv
. I know thatsled
alignsIVec
s to 16 bytes (on the main branch). I hacked this into my fork ofmarble
here.The text was updated successfully, but these errors were encountered: