AerospaceNU/better-engine-control-software
More real-time behavior with `etl` classes
開放
#32 建立於 2023年11月2日
enhancementhelp wanted
倉庫指標
- 星標
- (5 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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