lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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