help-octave
[Top][All Lists]
Advanced

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

Re: About octave performance...


From: Bill Denney
Subject: Re: About octave performance...
Date: Wed, 30 Jul 2008 08:10:48 -0400
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Jaroslav Hajek wrote:
Matlab's interpreter now has a JIT compiler, which can
improve the speed of some m-file code a lot. However, I daresay that
Octave has significantly better support for compiled (C++) files via
its object-oriented internal API, so the demand for JIT in Octave is
not that high.

I would actually disagree with the above assertion. There are a rather large number of octave users who will never touch C++ and will only work via .m files, and for us, speed of interpreted code (via JIT or vectorization or any other mechanism) can be important.

Have a good day,

Bill


reply via email to

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