-
Notifications
You must be signed in to change notification settings - Fork 524
Conversation
Well its currently using BlockCopy so MemoryCopy is currently better 😄 And it looks like it will improve |
fb5bd9c
to
152af3d
Compare
Updated #1002 with further test failure info |
return Consume(count, out actual); | ||
} | ||
|
||
Debug.Assert(count + offset <= array.Length); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe should change it to actual throw?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also get the test the right way round XD
I'd hold on this - movement in coreclr on BlockCopy dotnet/coreclr#7198 |
@benaadams Any updates on this? dotnet/coreclr#7198 was merged almost a month ago. |
@CesarBS that change is in post 1.1.0 😞 Could take this now and add issue to remeasure post 1.1.0? |
@benaadams Since this missed the 1.1 train and dotnet/coreclr#7198 is merged, should we close this? |
Yeah, think so - landscape has changed. Might be worth a revalidation at some point; but don't think its worth keeping this PR open |
MemoryCopy has improved a lot (and is faster than BlockCopy) dotnet/coreclr#6627
And is undergoing further improvements dotnet/coreclr#6638