Hey 馃憢

Just sharing what I鈥檓 learning, building, and occasionally breaking

C++ Concurrency - Atomics (2)

Let鈥檚 dive into how C++ atomics work, why memory ordering is important, and see the real difference between data races and race conditions through easy code examples

August 6, 2025 路 6 min 路 Navid

C++ Concurrency - Memory Model (1)

Let鈥檚 explore the foundational aspects of the C++ memory model, clarifying what memory locations are in C++, how objects and bit-fields are stored, and why memory layout is critical for concurrency

July 29, 2025 路 5 min 路 Navid