Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 vs. VFP5 speed tests
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00120716
Message ID:
00120886
Views:
23
>>I don't think anyone has a version of VFP6 without the debuggin code in it so speed tests are sort of useless at this point.
>
>Well, not totally Jim. The string manipulation tests are valid. Do you think they'll be much faster after the debugging code is removed? I tested the following just now:
>
>*String manipulation speed test
>* Pentium II 300, NT Workstation 64 meg ram
>x=''
>start=seconds()
>for i = 1 to 100000
>x=x+'a'
>endfor
>end=seconds()
>? len(x)
>? end-start
>*VFP 5 - 67.516
>*VFP 6 - 0.328

John,

Well then, I guess we can safely say that VFP6 is a little quicker than VFP5 in string manipulation :-)
Previous
Reply
Map
View

Click here to load this message in the networking platform