Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array Sort Challenge...
Message
From
13/05/1999 21:35:36
 
 
To
13/05/1999 14:51:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00218459
Message ID:
00218828
Views:
23
If the array is small, VFP will keep the cursor in memory anyway, so... If the array is big, the cursor will outperform (probably) any code one could write in VFP. As I said so many times, don't try to optimize what VFP does best. Try it first and optimize it only if it's too slow.

Vlad

>I considered switching from an Array to a cursor.. but, I want to avoid the IO bottle neck for this. The little bit of code will be used in our payroll engine which we claims processes faster than most on the market. Handling a small array in memory should blow cursor speed away.
>
>BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform