Thursday, May 19, 2011

Perl plugins faster than Macro plugins

I am currently thinking about studying about perl scripting to create plugins for Openkore. It is more faster to process the functions and instructions because it is perl is much more low level language than macro. It execute the scripts more direct not like macro that needs to convert the macro script to perl before it will be executed by the openkore. It looks like this.

Macro: Macro => script => openkore convert macro to perl => Openkore => read perl script => script executed by openkore.

PERL: Perl => script => read by openkore => script executed by openkore.

When you use perl directly to instruct openkore. It skips the conversion part that openkore need to do

No comments:

Post a Comment