-
Notifications
You must be signed in to change notification settings - Fork 450
Closed
Labels
feature requestFeature request under evaluationFeature request under evaluation
Milestone
Description
Brief feature description
Dynamic containers like a std::vector, std::map, and std::list should be transmittable via shared memory without data copy.
Data type wish list
std::vectorstd::map
Requirements
- The data type should be able to grow dynamically and its size should not be determined on creation.
A partial solution for this issue will come with issue #911
At the moment the conclusion is that dynamic STL containers will most likely never be supported by iceoryx in a zero copy way.
Metadata
Metadata
Assignees
Labels
feature requestFeature request under evaluationFeature request under evaluation