String interning from raw data
Much better alternative to string.Intern
Generating expensive tracing message when tracing is not enabled
0 or 1 string allocation/single pass data copying.
Not allocate a new string, or single allocation and single pass copying
Making it reusable, opening doors for innovations
A struct to avoid/reduce allocation for params array
Reused large StringBuilder is more efficient both in memory and CPU