lua-users home
lua-l archive

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


OK thanks all for the feedback and advice.

I will think more about hashing with multiple nested tables, maybe it won't be so bad. I'm just worried that there will be too many levels (maybe a dozen or so).

The other thing I think I will look into, is making a C function to produce the hash. (I already have C in my app.) Does this sound like a decent approach?

Marc