lua-users home
lua-l archive

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


From: Steve Litt <slitt@troubleshooters.com>

> From a data processing and table normalization viewpoint, I think
> you'd want the key to be a meaningless unique value, with the value
> to be a table containing all of that entities data, in this case first
> and last name, birthday, etc. So your entire table might look
> something like this academic example:

Steve,

you misunderstood my example. I want composed unique keys with
constant access time, i.e. not running through the elements in a 'pairs'
loop, as you propose. My proposal is not 'academic', but well thought
through.

-lars