theAgingApprentice / HexaFloorRide

Arduino based six legged robot project
MIT License
0 stars 0 forks source link

Optimize flow processing code #208

Open nerdoug opened 1 year ago

nerdoug commented 1 year ago

Our efforts at monitoring CPU usage show that the flow processing takes a significant portion of the CPU. This may become more of an issue as additional functionality is added, especially if there's a need for quick response to events. One way to minimize the impact is to optimize the efficiency of flow processing coding, including steps like: