Name: Anonymous 2009-01-03 8:38
http://bugs.python.org/issue4753
What does ~100ms means? how much loops is this?
What does ~100ms means? how much loops is this?
a = Time.now
10000000.downto(1) do |i|
Math.log(i)
end
b = Time.now
puts (b - a)