Hacker News new | ask | show | jobs
by alisonkisk 1968 days ago
I think you've got it. Data is shared by passing a pointer to it, so the data doesn't need to be copied to different spots in memory (or if it is it's an efficient block copy not millions of tiny copies).