Contribute Media
A thank you to everyone who makes this possible: Read More

Efficient shared memory data structures

Description

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.

Improve this page