[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luajit: any way to make array initialization zero-based?
- From: Chris <coderight@...>
- Date: Wed, 13 Jun 2012 19:09:56 -0400
On Wed, Jun 13, 2012 at 7:06 PM, Vadim Peretokin <vperetokin@gmail.com> wrote:
> Why are end-users caring about 0 indexing? The API presented to them
> should be counting from 1, as Lua has it, which is natural and not
> confusing.
Because wrapping every single FFI data access call has a significant
performance hit when working with very large datasets.
CR