Ken Bonny
Ken Bonny's Blog

Ken Bonny's Blog

Follow
homeMore Than Codebadgesnewsletter
Tag

performance

#performance

More content

Read more stories on Hashnode


Articles with this tag

Boxing impact on string concatenation

May 2, 20174 min read

Recently I went to a session given by Maarten Balliauw about memory management. In that talk, he mentioned the effect boxing and unboxing has on...

Boxing impact on string concatenation

Implementing a KeyedCollection in .NET Core

Apr 24, 20176 min read

A coworker pointed out that when performance is important, a custom KeyedCollection is pretty hard to beat. Let's find out if this is true in the new...

Implementing a KeyedCollection in .NET Core

String interpolation speed

Aug 8, 20163 min read

A year, maybe two ago, I saw a talk of a colleague about performance. He compared await/async with more traditional threading options, demonstrated...

String interpolation speed