Introduction Branch misprediction, as title suggests, might slow down program execution time. If you have never heard about the topic I recommend to read the…
Introduction Branch misprediction, as title suggests, might slow down program execution time. If you have never heard about the topic I recommend to read the…
Introduction Closure itself isn’t a brand new topic. I’ve seen many blog articles that explain the topic (there’s even a Wikipedia page in a few…
Introduction Iterating through collections is part and parcel of programming. As a C# developer you’ve probably used for and foreach. Both helps to iterate through…