magician13134 Posted March 1, 2007 Posted March 1, 2007 First of all, I don't want to insult anyone, I love autoit, but it just seems like it's very slow at some times... I can open a ~60mb hex file in a hex editor in < 10 seconds but an autoit hex editor takes > 10 minutes to open a 5mb file... saving images, processing lots of commands, reading pixels, it all seems very slow... Is this a problem on the programmer's end, or something about autoit? Just wondering. Thanks Visit Magic Soft Inc. for some of my software
Moderators SmOke_N Posted March 1, 2007 Moderators Posted March 1, 2007 First of all, I don't want to insult anyone, I love autoit, but it just seems like it's very slow at some times... I can open a ~60mb hex file in a hex editor in < 10 seconds but an autoit hex editor takes > 10 minutes to open a 5mb file... saving images, processing lots of commands, reading pixels, it all seems very slow... Is this a problem on the programmer's end, or something about autoit? Just wondering. ThanksIf by programmer, you mean you... Then yes, a lot of times poor speed efficiency is the coders fault.To understand other speed issues, the first thing you need to do is understand what an interpreted language is. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
/dev/null Posted March 1, 2007 Posted March 1, 2007 First of all, I don't want to insult anyone, I love autoit, but it just seems like it's very slow at some times... I can open a ~60mb hex file in a hex editor in < 10 seconds but an autoit hex editor takes > 10 minutes to open a 5mb file... saving images, processing lots of commands, reading pixels, it all seems very slow... Is this a problem on the programmer's end, or something about autoit? Just wondering. ThanksThose things are not what AutoIT was made for! __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
magician13134 Posted March 1, 2007 Author Posted March 1, 2007 Is this really an interpreted language? I thought it was not longer one once it was compiled... And I'm not opening a 60mb file, I can't even open a 5mb one... Visit Magic Soft Inc. for some of my software
Moderators SmOke_N Posted March 1, 2007 Moderators Posted March 1, 2007 http://www.autoitscript.com/forum/index.ph...st&p=310715 Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now