-
Arne Goedeke authored
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.
Arne Goedeke authoredReordering 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.