Which code re-executes the code the fastest:
setInterval(function() {/* The Code */}, 0);
or
for(var i = 1; i > 0; i++) {