Closed BenSandeen closed 6 years ago
'while True:' in Python, according to my tests, takes over 10% longer than 'while 1:'.
I think this is far from affecting the overall efficiency of the code, so I would like to leave it as it is for the sake of clarity and convention.
'while True:' in Python, according to my tests, takes over 10% longer than 'while 1:'.