Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 268 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 268 Bytes

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