StringBuilder icon indicating copy to clipboard operation
StringBuilder copied to clipboard

A fast and low allocation StringBuilder for .NET.

Results 4 StringBuilder issues
Sort by recently updated
recently updated
newest added

Seems like you removed the DotNetStringBuilder bench, but after adding it back this is what I get: ``` BenchmarkDotNet v0.13.12, Windows 11 (10.0.22631.3593/23H2/2023Update/SunValley3) AMD Ryzen 7 7800X3D, 1 CPU, 16...

Just wondering if this could be removed, since `string.Concat` seems to do pretty much the same thing, except for the fact that it might box value types.

Hey, are there plans to release this package for older .NET versions, namely netstandard2.0? Regards