Skip to content

Instantly share code, notes, and snippets.

@Quby
Created March 20, 2011 06:19
Show Gist options
  • Save Quby/878153 to your computer and use it in GitHub Desktop.
Save Quby/878153 to your computer and use it in GitHub Desktop.
last = (new Date).getTime();
str = '';
for(i=0;i<100000;i++){
str += 'Number %0'.format(i);
}
print((new Date).getTime() - last)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment