Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Having read up a bit more on ZeroMQ, I have to ask: How is this, if at all, superior to, say, MPI[1]?

[1]http://en.wikipedia.org/wiki/Message_Passing_Interface



Significantly simpler, faster, and more general. MPI is like one of the patterns ZeroMQ provides (the pipeline pattern) with a lot on top. That makes it great for parallel programming, but not so great for (e.g.) data distribution (pubsub) and other forms of message queuing.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

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

Search: