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

Specialized Interleave Kernel #2864

Closed
tustvold opened this issue Oct 13, 2022 · 1 comment
Closed

Specialized Interleave Kernel #2864

tustvold opened this issue Oct 13, 2022 · 1 comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@tustvold
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

#2838 added an interleave kernel based on MutableArrayData. Not only is there an eventual hope to remove MutableArrayData (#2832) but its performance leaves a lot to be desired

Describe the solution you'd like

Add specialized implementations of the interleave kernel, likely starting with primitives and strings

Describe alternatives you've considered

Additional context

@tustvold tustvold added the enhancement Any new improvement worthy of a entry in the changelog label Oct 13, 2022
tustvold added a commit to tustvold/arrow-rs that referenced this issue Oct 26, 2022
tustvold added a commit that referenced this issue Oct 27, 2022
* Add interleave string benchmark

* Specialize interleave strings (#2864)

* Review feedback
tustvold added a commit to tustvold/arrow-rs that referenced this issue Oct 29, 2022
@alamb alamb added the arrow Changes to the arrow crate label Nov 25, 2022
@alamb
Copy link
Contributor

alamb commented Nov 25, 2022

label_issue.py automatically added labels {'arrow'} from #2944

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

No branches or pull requests

2 participants