Please refer the Link.
It is suggested that the fastest way to calculate absolute value of a number is by using (relatively difficult) bitwise operator.
I know bitwise operators are faster than division and Multiplication. But are they even faster than + and - operator?
Thanks