AerospaceNU/better-engine-control-software

More real-time behavior with `etl` classes

開放

#32 建立於 2023年11月2日

 (0 則留言) (0 個反應) (0 位負責人)C++ (2 個分叉)auto 404
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

貢獻者指南