picologging icon indicating copy to clipboard operation
picologging copied to clipboard

Improve performance of Formatter.format

Open tonybaloney opened this issue 1 year ago • 2 comments

Preallocate the string writer based on the length of the fmt string. Reduces the number of times a reallocation is done on the formatted string.

tonybaloney avatar Oct 17 '23 23:10 tonybaloney