AerospaceNU/better-engine-control-software
More real-time behavior with `etl` classes
オープン
#32 opened on 2023/11/02
enhancementhelp wanted
Repository metrics
- Stars
- (5 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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