eclipse-iceoryx / eclipse-iceoryx/iceoryx

Avoid using dynamic memory in the ServiceDiscovery

Open
#1,155 0 comments 0 reactions 1 assignee Claimed by @MatthiasKillat View on GitHub
refactoring
Dominant language
C++
Stars
2.2k
Forks
492
Avg merge
18h 57m
Merged PRs (30d)
1

Description

## Brief feature description

Currently we store a cached version of the ServiceRegistry using dynamic memory to reduce the stack size.
We need to find a solution that avoids this, but the exact way is yet to be decided.

All approaches considered have various upsides and downsides and varying complexity of implementation.

## Detailed information

TODO: list possible approaches and decide for one of them.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.