lua-users home
lua-l archive

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


> To this inexperienced and informally trained observer, first-nil length
> feels simple and clear and that always seems "right."

It is O(n), instead of O(log n) (that is, it is expensive).

-- Roberto