eclipse-score / eclipse-score/baselibs
ABI-compatible vector
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 vector which behaves similarly to Std vector, except it has a well-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 use the memory layout specified in the feature request (take https://github.com/eclipse-score/baselibs_rust/issues/9 as reference implementation)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.