mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
StringExtensions.ToString(IEnumerable<Rune>) use rented array as alternative buffer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user