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(enumerables): optimize array mapping by using Array.Clone() #7

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

latonz
Copy link
Contributor

@latonz latonz commented Feb 15, 2022

No description provided.

@latonz latonz force-pushed the feat/optimize-enumerable-mapping-array-clone branch from 8c48805 to b918536 Compare February 15, 2022 08:01
@latonz latonz self-assigned this Feb 15, 2022
@latonz latonz force-pushed the feat/optimize-enumerable-mapping-array-clone branch 3 times, most recently from f75738e to b343f13 Compare February 15, 2022 09:36
@latonz latonz force-pushed the feat/optimize-enumerable-mapping-array-clone branch from b343f13 to 5b2c017 Compare February 15, 2022 09:47
…ertain cases

Array.Clone is used if the element mapping is a direct assignment and source type is an array and target an array or an IReadOnlyCollection
@latonz latonz force-pushed the feat/optimize-enumerable-mapping-array-clone branch from 5b2c017 to 268e0c0 Compare February 15, 2022 10:13
@CommonGuy CommonGuy merged commit 89f96c4 into main Feb 15, 2022
@CommonGuy CommonGuy deleted the feat/optimize-enumerable-mapping-array-clone branch February 15, 2022 10:21
@github-actions
Copy link

🎉 This PR is included in version 1.0.0-next.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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