Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Faster execution
Message
 
À
03/12/2005 09:31:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01074569
Message ID:
01074623
Vues:
14
>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?
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform