Subject: Re: hashtable suggestions (or perhaps a different approach?) From: Erik Naggum <erik@naggum.net> Date: Fri, 22 Feb 2002 21:58:26 GMT Newsgroups: comp.lang.lisp Message-ID: <3223403910932466@naggum.net> * Tim Lavoie <tool_man@spamcop.net> | Anyway, it does happen to work, but profiling in CMUCL shows that nearly | all the work is happening in my gethash calls. Fair enough, I realize | that it's expensive compared to simpler hash keys, but what might be a | better way to do this? It could be that all the keys wind up in the same hash bucket. You have to inspect the hash table internals to see if this is the case or not, but the documentation might also provide important clues. /// -- In a fight against something, the fight has value, victory has none. In a fight for something, the fight is a loss, victory merely relief.