[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] too many symbols
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] too many symbols |
Date: |
Thu, 06 Jun 2002 08:38:43 +0200 (CEST) |
> Werner, here's a possible patch.
Applied, thanks.
> Personally, I'd suggest a hash table implementation that wasn't
> built around primes but powers of two so it could double in size
> each time without needing a table of sizes, and one that stored the
> hash of the key so they didn't all need recomputing on growing the
> table. But that might be an unnecessary optimisation.
Patch, please :-)
Werner