Pointers don't necessarily make programs slower, they are there to improve performance and memory footprint when used correctly.
I don't have any output within the time critical sections as you can clearly see, the loop2 loop is only to make the statistics numerically stable and does not count to any functions duration time.
If you mean the output code that is commented out, it was only there to make sure that all the functions actually work correctly and deliver me the same end result (x, y).
|