Re: need help: some features of Lua don't fit well together
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: need help: some features of Lua don't fit well together
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2015年4月15日 14:09:47 -0300
> To me, the case you described, is a sparse array, not a plain
> array. If something quick was available for dense arrays,
> it'd already be a big deal.
The problem is that there is no easy (cheap) way to know when a sparse
array becomes a "plain" one.
-- Roberto