Jump to content

Loop Expression Evaluation?


Recommended Posts

I remember seeing a thread that had the responce times of loops. All kinds of things were tried and While got a really low score. It was concluded that "While 1" running 100 times is longer than "For $i = 1 To 100" because While was having to evaluate 1 every time the loop was run, when autoit already knew how many times to run the for(not sure this is true because if it was set like this a for loop that changed the for value back to the start would still only run however many times it was first thought to run). Anyway I just wanted to see if anyone knew what happened to that post and if using booline(err..., mabey boolene... something) values(in other words "True") would make it faster by making it easy to evaluate.

Link to comment
Share on other sites

Thats very intresting, i never knew anything like this ever existed, is this just an autoit thing or an all languages thing? this has got me worried about that wonderful little word, EFFICIENCY! :-P

Ooo Ëxçã¿îbúr ooO"Information Is Not Knowledge." ~Albert Einstein
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...