AerospaceNU/better-engine-control-software

More real-time behavior with `etl` classes

Aperta

#32 aperta il 2 nov 2023

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (2 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (5 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor