Skip to content

Optimization: avoid intermediate Pair<ColNum> array #217

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

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

SergeiPavlov
Copy link
Collaborator

@SergeiPavlov SergeiPavlov commented Apr 24, 2024

Mapping does not depend on orderring and uniqueness of column maps
So we can skip heavy .OrderBy(), & .Distinct() LINQ operations

@SergeiPavlov SergeiPavlov requested a review from botinko April 24, 2024 04:22
@SergeiPavlov SergeiPavlov changed the title Optmization: avoid intermediate Pair<ColNum> array Optimization: avoid intermediate Pair<ColNum> array Apr 24, 2024
@SergeiPavlov SergeiPavlov merged commit cc5c051 into master-servicetitan Apr 25, 2024
2 checks passed
@SergeiPavlov SergeiPavlov deleted the OptimizeMapping branch April 25, 2024 23:41
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.

2 participants