Login
Roast topics
Find topics
Find it!
From:
Stack Overflow
(Uncensored)
subscribe
c++ - Performance wise, how fast are Bitwise Operators vs. Normal Modulus? - Stack Overflow
https://stackoverflow.com/questions/20393373/performance-wise-how-fast-are-bitwise-operators-vs-normal-modulus
links
backlinks
Roast topics
Find topics
Roast it!
Does using bitwise operations in normal flow or conditional statements like for, if, and so on increase overall performance and would it be better to use them where possible? For example: if(i++ &...