Dan Sugalski <[EMAIL PROTECTED]> wrote:
> At 2:19 PM +0200 10/25/03, Leopold Toetsch wrote:
>>Currently there is no simple way, to packout a Key that has number
>>or string key members. PackFile_Constant_pack() for PFC_KEY does a
>>linear lookup (find_in_const) to get at the index of the string or
At 2:19 PM +0200 10/25/03, Leopold Toetsch wrote:
Currently there is no simple way, to packout a Key that has number
or string key members. PackFile_Constant_pack() for PFC_KEY does a
linear lookup (find_in_const) to get at the index of the string or
number in the constant table. This is really
Currently there is no simple way, to packout a Key that has number or
string key members. PackFile_Constant_pack() for PFC_KEY does a linear
lookup (find_in_const) to get at the index of the string or number in
the constant table. This is really ugly.
So I'd change that, so that key string/numb