StringExtensions.ToString(IEnumerable<Rune>) use rented array as alternative buffer

This commit is contained in:
Tonttu
2025-03-16 07:31:33 +02:00
committed by Tig
parent 9b78961a03
commit cf2645fa04
2 changed files with 16 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ public class ToStringEnumerable
}
/// <summary>
/// Benchmark for current implementation with stackalloc char buffer and
/// Benchmark for current implementation with char buffer and
/// fallback to rune chars appending to StringBuilder.
/// </summary>
/// <param name="runes"></param>