You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Machinexa2
authored
Performance Improvements in conditionals
1. Faster way of checking if dictionary / list is empty or not, not using len()
2. variablename != None, or bool(variablename) are same so replace is not None, infact bool() is isnt required in if statement
0 commit comments