[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua next version
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 26 Jun 2009 08:02:09 +0200
On Fri, Jun 26, 2009 at 12:03 AM, Cosmin
Apreutesei<cosmin.apreutesei@gmail.com> wrote:
> counts), or, for a truly blastingly efficient library (efficient to
> the standards that lua users have been spoiled to expect) would have
> to be implemented in the VM... something which I wouldn't mind at all
> having.
Sounds like the ideal job for an extension - implement an array type
in C. Can make it as efficient as is possible, especially if it
supports block operations.
I would do this, but my stack is overflowing ;)
steve d.