[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: moving a lua array to C
- From: "Wim Couwenberg" <w.couwenberg@...>
- Date: Tue, 11 Mar 2003 18:23:21 +0100
Hi,
> So I was hoping that there would be some sort of trick to
> do it.If there isn't I'll have to do it this way I guess.
The table doubling trick that I mentioned at the end of my mail is both
simple to implement and totally acceptable (its cost may depend a bit on
what you actually store in your array of course.)
Bye,
Wim