[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Faster tag methods
- From: "Curt Carpenter" <curtc@...>
- Date: Thu, 7 Mar 2002 07:52:19 -0800
> 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