StringBuilderPool reduced memory allocation in 3000 times

This commit is contained in:
2025-04-05 08:27:58 +05:00
parent b0fefbf667
commit f3106769d9
4 changed files with 111 additions and 31 deletions
@@ -4,5 +4,8 @@
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="9.0.3" />
</ItemGroup>
</Project>