Source Code for the String Concatenation/Building Benchmark
By popular request, here is the source code used for the previous String benchmarks StringConcatBench.zip, essentially to test alternative memory managers.
The source is nothing complicated as you will see, just a set of simple function with the test cases, and a couple function that measure run times.
After looking at
You may all know about String concatenation in Delphi, but do you know about the implicit String variables the compiler may create for you?