Code Review: Recent Episodes

Code Review

Recent content on Code Review

View Details

Lev walks us through Lock Free Programming, a form of multi-threaded programming that has no mutexes.

View Details

This was our first go. Carl walks us through a new concept called MMap (memory map). The idea here is to get some intuition about how we use shared memory between different processes to achieve IPC (interprocess communication).