Replies: 1 comment
-
Yes, you are right. I know this is a big performance issue. The IPC library I wrote for the company solves the copying problem by giving users the option to construct objects directly on shared memory, but that part of the code is not open source. I'm looking for time to rewrite the open source IPC library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the topic, according to the current implement, all the send operation will copy memory from local into shared memory, so, it would become its performance bottlenecks if the user send/receive message very frequently.
Beta Was this translation helpful? Give feedback.
All reactions