Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Python speed

Name: Anonymous 2009-01-03 8:38

http://bugs.python.org/issue4753
What does ~100ms means? how much loops is this?

Name: Athlon 4000+ 2009-01-03 9:16

function tmp444(){    var d = new Date;
    var std = d.getTime();

for(var i=100000;i>0;i--){
    var res = Math.log(i);}
    var d2 = new Date;
    var std2 = d2.getTime();
    var diff = std2 - std;
    return diff}

94 milliseconds

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List