Name: Anonymous 2013-09-22 11:32
It obfuscates the code and impedes debugging.
Its slower and has to rely on compiler optimizations.
I've rewritten many such recursive functions and there always was a speedup and a better looking code.
Its slower and has to rely on compiler optimizations.
I've rewritten many such recursive functions and there always was a speedup and a better looking code.