Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Python speed
1
Name:
Anonymous
2009-01-03 8:38
http://bugs.python.org/issue4753
What does ~100ms means? how much loops is this?
9
Name:
Anonymous
2009-01-03 11:29
>>8
assuming a function call takes 20 CPU cycles
and CPU executes 3billion of ins. per seconds
3e9/20=150000000 loops/S=150000 loops per ms
this is 987000 loops per 6.58ms
>>7
is 100000 loops per 6.58ms
9.87 times faster
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List