Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxpro performance .vs. C program...
Message
De
18/06/1997 14:39:46
 
 
À
17/06/1997 20:24:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00036664
Message ID:
00036851
Vues:
40
>How big are your tables?
>
>How heavy are your calculations?
>
>Do not forget that FoxPro doesn't have a native compiler. C/C++ are real compilers. And compiled code is always faster than interpreted code.
>
>After all, FoxPro is written in C... :)
>
>Vlad
>

Also, one of the reasons C was originally developed was to write operating systems. Which means there was alot of time devoted to the optimization of C. One of the big points selling points of C (when it 1st came out) was that you could write an OS with less than 10,000 lines of assembly(I think it was 10,000). With C, they would also be able to create hash tables, which grows linear with the number of records. It is hard for anything to out preform a hash table.

James
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform