tweak dict.c for performance and safety
1. choose shift-and-xor hash because it does not use multiply and is faster than bernstain during profiling 2. better boundary check for normalize_domain_name 3. change hash table % to bit &
Showing
Please register or sign in to comment