Avoiding reflection in C# in way unsafer ways!
Explores unsafe C# techniques to access private fields without reflection, using memory layout and pointers for performance, as a fun educational exercise.
Explores unsafe C# techniques to access private fields without reflection, using memory layout and pointers for performance, as a fun educational exercise.
A technical guide on building a block sparse matrix in C++ using the Eigen library, focusing on memory layout and performance.
Explores techniques for adding padding to C# structs overlaid on memory-mapped files, including using inline arrays in .NET 8.
Explains how Swift manages memory for data types, covering layout, alignment, and safe access using MemoryLayout.
Explains how HdrHistogram's .NET port controls class field layout to minimize overhead for low-latency performance measurement.