-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Rewrite of Array.Copy fast path in C# #27634
Conversation
Contributes to #27106
This is greatly reducing the fixed Array.Copy overhead for common cases. E.g. Copying byte array of length one:
|
Also, this is fixing the performance penalty of the cc @stephentoub |
Nice. I'm always a fan of both simpler and faster :) I can do so separately in corefx. Do you want to do it in corelib as part of this PR? |
My plan was to do that as follow up PR. |
Contributes to #27106