The Most Efficient Way to Dump a StringBuilder to File
Posted on May 31st 2016
Recently I had to optimize a method that was bottlenecked in one of our applications. Among other things, the method I was optimizing created a file based on a String concatenation. This is a very common task that usually takes a couple of lines along with a try … Read More