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 10:36

658ms (in x100 more loops)=6.58ms
3.2prealpha is 14 times faster(JIT)!

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

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

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