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

feat: improve enumerable performance #33

Merged
merged 1 commit into from Feb 28, 2022

Conversation

latonz
Copy link
Contributor

@latonz latonz commented Feb 28, 2022

Improve enumerable mapping performance by using for loops without an enumerator for array to array mappings instead of linq based select+collect

Improve enumerable mapping performance by using for loops without an enumerator for array to array mappings instead of linq based select+collect
@latonz latonz self-assigned this Feb 28, 2022
@CommonGuy CommonGuy merged commit 2488e7d into main Feb 28, 2022
@CommonGuy CommonGuy deleted the feat/improve-enumerable-performance branch February 28, 2022 09:05
@github-actions
Copy link

🎉 This PR is included in version 2.1.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

latonz added a commit that referenced this pull request Mar 1, 2022
Improve enumerable mapping performance by using for loops without an enumerator for array to array mappings instead of linq based select+collect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants