d85a5ae57e20959f4dbb9b0d468e017711c8a8f7
We stop using function calls to move down an index but instead use a for loop. This actually provides a slight performance improvement as we are not repeated making and destroying function frames.
Languages
C++
69.2%
Python
29.2%
CMake
1.6%