T O P I C R E V I E W |
engbrech |
Posted - 06/03/2004 : 1:12:44 PM Hello, I was wondering how fast I can expect Origin C to be. How will the speed of a program compiled in Origin C be compared to a program compiled in a typical windows compiler such as Visuall C++.
I have written a simple program to test the speed of Origin C and it seems to run approximately a factor of 100 times slower that a similar program that was compiled in Visual C++. It's possible there is a bug in my program but it seems to be doing what it is supposed to.
What type of performance compared to other C compilers should I expect? |
1 L A T E S T R E P L I E S (Newest First) |
easwar |
Posted - 06/03/2004 : 2:11:51 PM Hello,
Origin C code is compiled to Origin objects that are executed during run time. It is not compiled to machine executable code. Therefore it will be slower compared to VC, but faster compared to LabTalk Script which is interpreted directly from the source.
We currently do not have bench marks comparing VC and OC, but will work on providing that information soon.
Easwar OriginLab
|
|
|