[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: Sat, 19 Feb 2011 17:14:28 +0100
2011/2/19 T T <t34www@googlemail.com>:
> On 19 February 2011 15:04, Francesco Abbate <francesco.bbt@gmail.com> wrote:
>> input. The difference is that I don't use vector but everything is
>> expanded to local variables using a template preprocessor.
>
> What will happen for an ODE system of large dimension, say 1000 or 10,000?
In this case your computer may explode... be careful!
:-)
No, I'm kidding... I know about this problem and I was planning to add
different mechanism with arrays to manage ODE systems with non-small
dimension.
Francesco