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

Use vortex-buffer over bytes::Bytes #1713

Merged
merged 43 commits into from
Dec 18, 2024
Merged

Use vortex-buffer over bytes::Bytes #1713

merged 43 commits into from
Dec 18, 2024

Conversation

gatesn
Copy link
Contributor

@gatesn gatesn commented Dec 18, 2024

And also remove the assumption that VortexReadAt returns aligned memory.

@gatesn gatesn changed the base branch from develop to ngates/message-reader December 18, 2024 16:09
@gatesn gatesn mentioned this pull request Dec 18, 2024
vortex-buffer/src/lib.rs Outdated Show resolved Hide resolved
Base automatically changed from ngates/message-reader to develop December 18, 2024 17:07
@gatesn gatesn enabled auto-merge (squash) December 18, 2024 18:23
@gatesn gatesn requested review from AdamGS and a10y December 18, 2024 18:41
@gatesn gatesn requested a review from lwwmanning December 18, 2024 20:11
fn default() -> Self {
Self::new()
}
}

impl<O: NativePType> VarBinBuilder<O> {
impl<O: NativePType + PrimInt> VarBinBuilder<O> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this ever anything except u8...?

@gatesn gatesn merged commit 071b126 into develop Dec 18, 2024
20 checks passed
@gatesn gatesn deleted the ngates/read-at-alignment branch December 18, 2024 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants