Performance compared to zeromq #765
Replies: 1 comment 1 reply
-
@ActivePeter We have a benchmark suite which you can use, see: https://github.com/eclipse-iceoryx/iceoryx2/tree/main/benchmarks Like ZeroMQ, iceoryx2 has multiple messaging patterns like (event, publish-subscribe, or request-response) so you can compare them individually since they all have their own benchmark. The setup of the benchmark is described in the documentation there.
We have not created any comparison benchmarks between iceoryx and any other framework. Feel free to create one; we would be interested in the results. If you want to start writing those benchmarks, please feel free to reach out to us. We are happy to support you there if some API calls or the documentation are unclear. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently evaluating the performance of various inter-process communication libraries and plan to compare your library with ZeroMQ. To better understand the performance characteristics of your library, could you please provide the following performance data:
Thank you very much for your help. I look forward to your response!
Beta Was this translation helpful? Give feedback.
All reactions