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

Remove some vortex mem allocations in "zero-copy" memory transformations #503

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

joseph-isaacs
Copy link
Member

No description provided.

Copy link
Member

@robert3005 robert3005 left a comment

Choose a reason for hiding this comment

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

You have some formatting issues

@joseph-isaacs joseph-isaacs merged commit a246864 into develop Jul 23, 2024
2 checks passed
@joseph-isaacs joseph-isaacs deleted the remove-some-vtx-array-mem-copies branch July 23, 2024 11:45
@@ -31,7 +31,7 @@ impl BoolArray {

pub fn boolean_buffer(&self) -> BooleanBuffer {
BooleanBuffer::new(
self.buffer().clone().into(),
Copy link
Contributor

Choose a reason for hiding this comment

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

apache/arrow-rs#6033 strikes again

Copy link
Contributor

Choose a reason for hiding this comment

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

you inspired me, #504

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.

3 participants