I'm on a big data optimization job. it's very time consuming process,
so i like to save operations as much as possible.
I remember it says something like " division takes much much more time than Addition ".
but is there a chart which could give me a general idea that how many units of time these operation takes.
such as:
Addition             2 units
subtraction          5 units
multiplication      20 units
division            30 units
greater than        10 units
equals to            1 units
 
    