lua-users home
lua-l archive

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


> (making N*(length of Lua path + length of C path) filesystem requests)

Practically always N is 1 or 2.


> We should aim to minimize the search overhead for the common case.

We should aim to have real figures so we all know what we are talking
about when we say "overhead".

-- Roberto