Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
M. performance
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00647967
Message ID:
00648280
Views:
24
>>Hi Sergey,
>>
>>In message id 648030 Cetin says:
>>"If you don't include m. in for loops VFP7 is slower than previous versions (documented somewhere)."
>>Do you know anything about this?
>>
>Nope, but there's a result of my test in VFP7 SP1 with 5,000,000 iterations on P III 1Gz
>  a = 1    - 2.694 sec
>m.a = 1    - 2.741 sec
>
As you can see the difference is negligible.

Try something different:

ab=ba && Slow according Cetin
ab=m.ba && Should be the winner
m.ab=m.ba && Should be similar to the above

I don't have VFP7, so can not test...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform