Make use of ReadOnlySpan to avoid unnecessary string allocations #24359
Unanswered
Youssef1313
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can't the
Split
calls, for example here (and possibly other places too), avoid the string allocations?https://www.meziantou.net/split-a-string-into-lines-without-allocation.htm
Beta Was this translation helpful? Give feedback.
All reactions