eclipse-score / eclipse-score/baselibs
ABI-compatible queue
Open
comp-abi-types
- Dominant language
- C++
- Stars
- 26
- Forks
- 85
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 47
Description
We need an ABI-compatible queue that behaves similarly to std dequeue, with defined memory layout for [ABI-Compatible Data Types](https://eclipse-score.github.io/score/main/features/communication/abi_compatible_data_types/index.html) feature request.
Criteria:
- must never allocate heap memory
- must provide a stable, well-defined memory layout (use https://github.com/eclipse-score/baselibs_rust/issues/12 as reference implementation)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.