Improve substring kernel performance #1422
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
performance
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently in
substring
kernel, we use aVec
to put substrings and then copy strings from it to make a buffer. We can directly write into a buffer usingMutableBuffer
to avoid memory copying.Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: