3303-flashcards/hATaBiZQ - 3303/bd0wblBb - Why does Synchronous Communication involve less data copying on the same node.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

260 B

Why does Synchronous Communication involve less data copying on the same node?


📋 Because the sender and receiver can share the same address space, whereas asynchronous usually requires copying data into a message buffer and then out again.