AerospaceNU / AerospaceNU/better-engine-control-software
More real-time behavior with `etl` classes
Open
enhancement
help wanted
- Dominant language
- C++
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
to remove heap allocations, we are going to switch to `etl`'s classes
- [ ] remove `std::vector`s
- [ ] remove `std::function`s
- [ ] remove `std::queue`s
- [ ] remove `std::unique_ptr`s
- [ ] remove `std::string`s
- [ ] remove `std::set`s
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.