ValueStringBuilder: a stack-based string-builder: A deep dive on StringBuilder - Part 6

added by DotNetKicks
8/17/2021 10:39:21 AM

802 Views

This series has focused on the common StringBuilder type and how it works internally to efficiently build strings. In my previous post I looked at the internal StringBuilderCache object that's used by .NET Framework and .NET Core to further reduce the allocations associated with building strings.


0 comments