You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: articles/zero_copy.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The motivation for message loaning is to increase performance and determinism in
28
28
29
29
As additional motivation, there are specific middleware implementations that allow for zero-copy via shared memory mechanisms.
30
30
These enhancements would allow ROS 2 to take advantage of the shared memory mechanisms exposed by these implementations.
31
-
An example of zero-copy transfer is[RTI Connext DDS Micro](https://community.rti.com/static/documentation/connext-micro/3.0.0/doc/html/usersmanual/zerocopy.html).
31
+
Examples of zero-copy transfer are[RTI Connext DDS Micro](https://community.rti.com/static/documentation/connext-micro/3.0.0/doc/html/usersmanual/zerocopy.html) and [Eclipse iceoryx](https://github.com/eclipse/iceoryx).
0 commit comments