cd /blog
Apr 25, 2024

Closures - Part 2: Performance implications

#internals | #lowlevel | #csharp | #closures

If you're coding in a resource-saving mission-critical way and want to avoid the default closure capture for any reason, consider reading further.

Apr 24, 2024

Closures - Part 1: Lifting the hood

#internals | #lowlevel | #csharp | #closures

Closure is not something new. In fact, closures has been around for several years. Pretty much all programming languages have closures.

Dec 13, 2023

Avoiding Boxing

#internals | #lowlevel | #csharp | #boxing

Boxing involves allocating memory on the heap for the boxed object. In scenarios where memory usage is critical, minimizing unnecessary boxing helps in keeping memory consumption under control.

Apr 25, 2022

Hello world

#nontech | #personal

Coming back with my blog/site after a short break. Life changes, things change, the only thing that never change is my appetite for technology.

Read other posts
We use cookies to make interactions with our websites and services easy and meaningful. By using this website you agree to our use of cookies. Learn more.