Replies: 4 comments 14 replies
-
Zero copy has some constraints one of them being that the type must be bounded (so no variable length is currently allowed). You can find more information in the corresponding section of Fast DDS documentation |
Beta Was this translation helpful? Give feedback.
-
@xixioba Hi this ros2 design article of zero-copy talked about loaned_api with non-POD messages, which might help you. |
Beta Was this translation helpful? Give feedback.
-
Also, the mechanism of zero copy of eCAL in https://continental.github.io/ecal/advanced/layers/shm.html#zero-copy-mode-optional does not require the bounded-size data types. Which may help. |
Beta Was this translation helpful? Give feedback.
-
this issue eclipse-iceoryx/iceoryx#911 describe an idea of dynamic size type support in iceoryx, which may help, but this has not been implemented yet. |
Beta Was this translation helpful? Give feedback.
-
Is there an example where this can be achieved :)
Beta Was this translation helpful? Give feedback.
All reactions