Skip to content

Files

Latest commit

b8cca9c · Apr 3, 2022

History

History
This branch is 30 commits behind linkdotnet/BlogExamples:main.

ValueStringBuilder

Create a low allocation and faster StringBuilder - Span in Action

The blog post shows how to use Span<T> and ArrayPool to create a fast and low allocation StringBuilder.

Found here