AerospaceNU/better-engine-control-software
More real-time behavior with `etl` classes
Open
#32 opened on Nov 2, 2023
enhancementhelp wanted
Repository metrics
- Stars
- (5 stars)
- PR merge metrics
- (PR metrics pending)
Description
to remove heap allocations, we are going to switch to etl's classes
- remove
std::vectors - remove
std::functions - remove
std::queues - remove
std::unique_ptrs - remove
std::strings - remove
std::sets