goldsborough / ipc-bench

:racehorse: Benchmarks for Inter-Process-Communication Techniques
MIT License
687 stars 108 forks source link

Differentiate between ZeroMQ tcp and ipc #28

Open GoldenD opened 3 years ago

GoldenD commented 3 years ago

These benchmarks give a good rough estimates as to each IPC's rate and order of magnitude in relation to other IPC methods. But just to add some clarity in regards to ZeroMQ it could be useful to specify the results refer to TCP. And preferably show both TCP and IPC results to provide further insights.

alexandervanrenen commented 2 years ago

Hi, good catch! I updated the README to reflect this.

I am currently a bit busy and don't have time to look into a zmq IPC implementation. But it is certainly something that would improve the comparison :)