Looks like people are slowly forgetting about the modulus operator (twitter.com) 4 points by narmak 8y ago ↗ HN
[–] WeEatnKid 8y ago ↗ This particular use case (checking odd or even) doesn't even need to use the modulus operation -- which is expensive. A bitwise AND is much more efficient (provided that the compiler doesn't apply that optimization upon seeing % 2)
1 comment
[ 3.2 ms ] story [ 9.9 ms ] thread