I'm making an ASCII tile-based game. Which way should i go? Should I refresh the console every frame? (like a regular game)

or should I use gotoxy() to cut down the refresh time but add complexity.

Vote and comment.