help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave Problems


From: Jordi Gutiérrez Hermoso
Subject: Re: Octave Problems
Date: Sun, 23 May 2010 08:00:55 -0500

I'm not sure about your other problems, but...

On 23 May 2010 06:59, Salil Jain <address@hidden> wrote:
> 3) Its 10 times slower than Matlab on some of my scripts.

Octave doesn't (yet?) have JIT, so it suffers much more from
unvectorised code than Matlab. There are two solutions. (1) Avoid
unvectorised code. Ask us how, if necessary. (2) Help us write a JIT
compiler, probably with LLVM.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]