Wednesday 15 January 2014

cpu speed - Equations and big numbers in programming -



cpu speed - Equations and big numbers in programming -

so if have lets 4 integers:

int = 50000 , int b = 5000000 , int c = 100 , int d = 500

now wanted run b - , c - d.

my question b-a run slower c - d or executed in exact same speed processor?

first of all, in case presented operations same. can read how these circuits work here

second of all, fixed point mathematics very fast on computers these days. if bottleneck, don't know tell you.

cpu-speed

No comments:

Post a Comment