Conversation
| string result = FastAllocateString(length); | ||
| resultSpan = new Span<char>(ref result._firstChar, result.Length); | ||
| return result; | ||
| } |
There was a problem hiding this comment.
Should we rather use string.Create everywhere?
There was a problem hiding this comment.
If the delegate can be inlined everywhere, otherwise there may be performance hot spots?
|
What are you trying to achieve with this refactoring? |
|
This pull request has been automatically marked |
|
This pull request will now be closed since it had been marked |
No description provided.