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

贡献者指南