[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 performance for number crunching
- From: T T <t34www@...>
- Date: Fri, 18 Feb 2011 12:10:50 +0000
On 18 February 2011 00:50, Leo Razoumov <slonik.az@gmail.com> wrote:
> On Thu, Feb 17, 2011 at 17:42, T T <t34www@googlemail.com> wrote:
>> I ported your
>> rk4-unroll.lua to MATLAB and performance was terrible. But for an ODE
>> of large dimension it will perform OK, because this overhead won't
>> matter that much.
>>
>
> In more complex cases like heavy event processing with lots of
> branching MATLAB JIT is easily defeated (LuaJIT possibly would not do
> great either). Couple of years ago we did a WiMAX system level
> simulator in MATLAB. Or boy, it was slow.
> Finally most of the heavy lifting was done in C-code and MATLAB just
> became an IO and configuration shell.
Your mileage may vary, as they say. I don't know what you mean by
event processing, but I agree that certain algorithms do not map well
to MATLAB. But discussing virtues of MATLAB (or lack thereof) is OT
here.
> P.S. And you pay through the noise as you go: for each CPU core, for
> each toolbox, for updates (via contract) etc.
I did mention that it cost you an arm and both legs ;) That's one of
the reasons I'm looking now at Python as a replacement for it.
Cheers,
Tomek
- References:
- Re: LuaJIT2 performance for number crunching, Florian Weimer
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, Leo Razoumov
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, Leo Razoumov
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, Leo Razoumov
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, T T
- Re: LuaJIT2 performance for number crunching, Daurnimator
- Re: LuaJIT2 performance for number crunching, Mike Pall
- Re: LuaJIT2 performance for number crunching, Philippe Lhoste
- Re: LuaJIT2 performance for number crunching, Alexander Gladysh
- Re: LuaJIT2 performance for number crunching, Miles Bader
- Re: LuaJIT2 performance for number crunching, T T
- Re: LuaJIT2 performance for number crunching, steve donovan
- Re: LuaJIT2 performance for number crunching, T T
- Re: LuaJIT2 performance for number crunching, Leo Razoumov
- Re: LuaJIT2 performance for number crunching, T T
- Re: LuaJIT2 performance for number crunching, Leo Razoumov
- Re: LuaJIT2 performance for number crunching, T T
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, T T
- Re: LuaJIT2 performance for number crunching, Leo Razoumov