Search Results

1
vote

Recursion or Iteration?

I would think in (non tail) recursion there would be a performance hit for allocating a new stack etc every time the function is called (dependent on language of course). …