lua-users home
lua-l archive

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


> Maybe you can find such hash table in Lua ;-)  You can add the pairs
"string-key" -> "number->key" into the registry (or another table).
Then, when you enter your tag-method function, you do

Another good idea. I have 3 candidate implementations now. I'll try them
all and report back later with some perf numbers.

Thanks all,

Curt