ARROW-10030: [Rust] Add support for FromIter and IntoIter for primitive types#8211
Closed
jorgecarleitao wants to merge 7 commits intoapache:masterfrom
jorgecarleitao:iterator
Closed
ARROW-10030: [Rust] Add support for FromIter and IntoIter for primitive types#8211jorgecarleitao wants to merge 7 commits intoapache:masterfrom jorgecarleitao:iterator
FromIter and IntoIter for primitive types#8211jorgecarleitao wants to merge 7 commits intoapache:masterfrom
jorgecarleitao:iterator
Conversation
FromIter and IntoIter for primitive types [DRAFT]FromIter and IntoIter for primitive types
Contributor
|
I'll take a look at this during the week |
Contributor
|
As @jorgecarleitao mentions on #8303 (comment) -- his goal in adding this functionality is to make it easier to improve the performance of common operations (by avoiding an intermediate |
alamb
reviewed
Sep 30, 2020
Contributor
alamb
left a comment
There was a problem hiding this comment.
This PR looks pretty good to me. I don't feel I know the code well enough to approve the PR, but I think it looks like a good step forward to me
Co-authored-by: Andrew Lamb <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the associated draft implementation of a draft proposal on ARROW-10030, with associated document here: https://docs.google.com/document/d/1d6rV1WmvIH6uW-bcHKrYBSyPddrpXH8Q4CtVfFHtI04/edit
Benchmarks where the builder was replaced by this from for the `cast`: +5% to -25% improvement over the builder (with the same memory utilization)