[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 performance for number crunching
- From: Francesco Abbate <francesco.bbt@...>
- Date: Thu, 17 Feb 2011 18:58:20 +0100
2011/2/17 Javier Guerra Giraldez <javier@guerrag.com>:
> another thing that could happen is to write a mathematic suite on Lua.
I'm working on GSL Shell, a mathematic suite based on Lua. LuaJIT2 is
already integrated and working, see luajit2 branch in git repository.
Now I'm working to provide highly efficient ODE integration, function
quadrature, function minimization and LM non-linear fit base on
LuaJIT2+FFI. The idea is that for these algorithms LuaJIT could
provide performance compared to C/fortran code and this could be a
very important added value.
For the moment this is still a project, I'm just starting to work on
ODE integration routines. What is implemented are the GSL routines but
these routines are very slow because provided function are interpreted
and there is also an important overhead to call a Lua function from C.
Otherwise GSL shell is already functional and it does have a quite
useful graphical system.
Recently I'm also improved the support for matrix both real and
complex and scalar operations but I'm not planning a new release very
soon because I'm working in the new ODE integration implementation.
Francesco
- 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, Javier Guerra Giraldez