🌎 Community-curated list of tech conference talks, videos, slides and the like — from all around the world

🎤

Multithreading makes shared memory easy, but true parallelism next to impossible. Multiprocessing gives us true parallelism, but it makes sharing memory very difficult, and high overhead. In this talk, we'll explore techniques to share memory between processes efficiently, with a focus on sharing read-only massive data structures.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.