[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Which parts of DirectX interfere with Lua?
- From: roberto@... (Roberto Ierusalimschy)
- Date: Tue, 18 Apr 2006 09:49:55 -0300
> > Does the naive approach (simply defining the macro to 'i=(int)d') work
> > effectively?
> >
>
> It works, it's just slow to a crawl.
It is slower than the non-naive approach, but I would not say that it
is that slow, mainly if you dilute the performance penalty in a real
application (that does other things besides accessing integer arrays).
-- Roberto