AerospaceNU/better-engine-control-software

More real-time behavior with `etl` classes

オープン

#32 opened on 2023/11/02

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (2 件のフォーク)auto 404
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

コントリビューターガイド