I saw several sources (some here and in the Wikipedia article on bitwise operation) say that using bitrate to calculate is faster than normal multiplication / division / addition. However, they also mentioned that this really only applies to older processors, and that most modern processors have made it so that the speeds are almost equal.
How valid is this operator? Is it safe to use regular math operands in Java or C #? Does bitverting use as a replacement for those operands that are really needed?
user1410566
source
share