if
evaluation could be improved some more to make it efficient
#165
Labels
Milestone
if
evaluation could be improved some more to make it efficient
#165
Regarding #157 and #164, it seems like the
if
evaluation code could be improved some more to reduce unnecessary evaluations. Especially, it could be better ifOR
condition stops further evaluation when the left part is already true, alsoAND
condition stops further evaluation when the left part is already false.The text was updated successfully, but these errors were encountered: