← Back to team overview

sikuli-driver team mailing list archive

[Question #690303]: while vs while-if of what is more fast?

 

New question #690303 on Sikuli:
https://answers.launchpad.net/sikuli/+question/690303

Hello!

I need to know what is more fast:

Code 1:

while True:
    if exists(image,0):
        break

Code 2:

while not exists(image,0):
    pass

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.