Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Why C is faster than Matlab?

Status
Not open for further replies.

sgr

Newbie level 4
Joined
Nov 26, 2005
Messages
7
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,346
I want to know the main reason for "c" programming that run faster than "matlab", especificley for iterative and recursive algorithms which use "for loops"?
 

why c is faster?

Hi
1- C is near assembly
2- matlab is written in C
3- matlab is script
and ...
regards
 

Re: why c is faster?

mc² compiler© is fastest!

Polymath
 

Re: why c is faster?

the_risk_master said:
Is there an m c² compiler? If there is, can you give me links about this?
I am sure you know
Einstein was the compiler of E=mc²

Polymath
 

why c is faster?

sgr, c is very low level. It just does "simple" things. Matlab has to read, understand and execute in a non-optimized and complex environment. Each iteration in matlab is doing a lot more than executing your code.
 

Re: why c is faster?

Is there an m c² compiler?

I believe we're still light years away from an mc² compiler.
 

Re: why c is faster?

jhbbunch said:
I believe we're still light years away from an mc² compiler.

Well you are almost right .... but there is light at the end of the tunnel.

With the repeatability question regarding the uncertainty principle being unresolved at present - in short -
This means that the mc² compiler© is unable to produce the same object twice from the same source code.
This as you might imagine has caused me more than a few problems in my target application.

The Vendor assures me they are working on a regressive convergent version of the mc² compiler©, named 'Einstein',
that given time will produce a useable object.
However they have not set any time scale on this development.

Polymath
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top