The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Origin C
 Origin C speed

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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



The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000