logoalt Hacker News

mort96last Sunday at 10:18 PM0 repliesview on HN

They’re right on this one, shared memory isn’t some scary dangerous thing. Both processes will just have some region of their respective virtual address space which are mapped to the same physical memory, which they can use to share data. Wayland already uses this for pixel data.