lua-users home
lua-l archive

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


On Wed, Dec 19, 2012 at 6:26 PM, Rena <hyperhacker@gmail.com> wrote:
>
> But the purpose is to measure the loop operation itself, not some busy work
> inside. Do you mean to say one loop method became this slow and the others
> didn't? That'd be quite interesting.

the point is that if you program spends an order of magnitude more
time doing io than time spent in loop overhead, what's the point in
even measuring alternative loop constructs?