Skip to content

Instantly share code, notes, and snippets.

@dom96
Created May 31, 2010 17:32
Show Gist options
  • Save dom96/420055 to your computer and use it in GitHub Desktop.
Save dom96/420055 to your computer and use it in GitHub Desktop.
import times
var t = getStartmilsecs()
var tt = getTime()
var s = ""
for i in 0 .. 50000:
s.add("ss")
var s1 = ""
for i in items(s):
s1.add(i)
var t1 = getStartmilsecs()
var tt1 = getTime()
echo(t1 - t)
echo(int(tt1) - int(tt))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment