0
kicks
Is it faster?
Is it faster?Is it faster?
does the .NET 4.5 really run faster than 4?
this post will summaries TPL Performance Improvements in .NET 4.5.
the TPL team has put lot of effort to dramatically improve the overall performance of .NET 4.5.
the improvement was achieve both by execution and memory allocation optimization.
in result .NET 4.5 parallelism is faster and more GC friendly.
allocation optimization does improve the overall execution speedup, because GC collection does have significantly impact o...