Apr 25, 2024
Closures - Part 2: Performance implications
#internals | #lowlevel | #csharp | #closuresIf 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 | #closuresClosure 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 | #boxingBoxing 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 | #personalComing 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