-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Make fewer copies when building a string array (#5503)
* fix: Make fewer copies when building a string array "In the last few months a performance degradation has crept in when processing flux. One possible cause was the changes that were made to the way string arrays were built, which always built a full array even if it would ultimately not be needed. This change ensures that a full arrow array is only created when necessary. * chore: update comment for review
- Loading branch information
Showing
2 changed files
with
145 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters