magnetrwn / raylib-bubbles

C++11 Raylib bubble shooter game.
https://magnetrwn.github.io/raylib-bubbles/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

TODO: Profiling GameActionMgr. #9

Open magnetrwn opened 7 months ago

magnetrwn commented 7 months ago

From using std::forward_list, to using getAllStepData(), there might be some optimizations available in case of slow execution.