Questions about operators that test the relationship between two objects/variables/entities.
Is if( a < 901 ) faster than if( a <= 900 ). Not exactly as in this simple example, but there are slight …