String.Format Isn't Suitable for Intensive Logging(blog.liranchen.com)
submitted by
liranc(190) 1 year, 9 months ago
Unlike the common conception, the StringBuilder class doesn't always offer better performance/memory usage results than other string concatenation methods (Join, Concat or the +operator).
This post benchmarks the alternatives and explains the key differences between them.
|category: C#
|Views: 14
tags:
.Net CLR C# Performance another
Everyones tags:
Your Tags: