AerospaceNU/better-engine-control-software

More real-time behavior with `etl` classes

Offen

#32 geöffnet am 02.11.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (2 Forks)auto 404
enhancementhelp wanted

Repository-Metriken

Stars
 (5 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide