Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Faster execution
Message
From
03/12/2005 18:59:06
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01074569
Message ID:
01074662
Views:
14
This is a neural net app that steps through each record of the table in sequence. Nothing fancy and it is only on one machine. No server is involved.

------------------------------------

>I have an app that does thousands of calculations. I would like to see it run faster. Does anyone have any speedup tips to pass along to the VFP community?
>
>And . . . Does a class execute any quicker than a prg?

A PRG, because of lower overhead would seem to be quicker.

You could have have a situation where a C DLL might be helpful. Then again, you might not. The speed of a calulaction depends on how the data is setup prior to entering the "calculation".

For example, if your project SELECTS to locate a piece of data, A SEEK would would return the data much quicker.

Some of my projects have priced derivatives, performed "volumn" corrections for really big carbon storage assets (1200 lines of reiterative curve fitting to return a single value) - and they all screamed in VFP.

What kind of calculations are you doing? Where is the data coming from?
I ain't skeert of nuttin eh?
Yikes! What was that?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform