eclipse-iceoryx / eclipse-iceoryx/iceoryx
Avoid using dynamic memory in the ServiceDiscovery
Open
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
Assessment
This issue has not been assessed yet.