-
- Downloads
hashtable.c: do not rechain in lookup
Reordering the bucket list during lookup is very expensive. Removing it makes cpp() about 10% faster on a file that only contains define and if defined() statements. Additionally, the const attribute on the hash table argument is correct now.
Loading
Please register or sign in to comment