Archives
All the articles I've archived.
20252
December1
How a simple reordering of struct fields can make your code 3x faster. A deep dive into memory alignment, padding, cache lines, and practical optimization strategies with real-world benchmarks.
September1
The Idea of God
ReflectionExploring the concept of God through philosophy, science, and personal reflection.
Read on Substack →
20242
November1
A deep dive into how modern operating systems manage memory through virtual and physical addresses, with practical C++ examples and debugging techniques.
October1
Deep dive into SIMD vectorization for performance optimization in WebAR engines, achieving 7x performance improvement through register-level parallelism.