Skip to content

Sending dynamic data types #594

@elfenpiff

Description

@elfenpiff

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::vector
  • std::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 evaluation

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions