Hacker News new | past | comments | ask | show | jobs | submit login

Local concurrency and shared memory can be used to improve performance of operations that may be distributed; assuming proper implementations, a shared memory mailbox will always be cheaper than forcing multiple data copies of network/pipe based messaging, even if the API for both transports is identical.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: