← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #649925]: compile sikuli scripts, run exes?

 

Question #649925 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/649925

    Status: Open => Answered

RaiMan proposed the following answer:
SikuliX2 will start to be useable towards Oktober. But such special
features will only be available beginning next year. There will never be
a reliable roadmap though - I will always work without any pressure ;-)

If you want to have the most possible execution speed, you should
program in Java.

With Python scripting you should switch to using Jython directly to run
your scripts, so you have a chance to use all available features for
speed optimization.

One ultimate strategy might be, to turn your scripts into Python
modules/classes/functions, that then are imported at runtime, which
transfers code eval time to the start of your main script.

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