Skip to content

Turn isc_hash_bits32() into static online function

Ondřej Surý requested to merge 3243-mr-6035-fix into main

Adding extra val & 0xffff in the isc_hash_bits32() macros in the hotpath has significantly reduced the performance. Turn the macro into static inline function matching the previous hash_32() function used to compute hashval matching the hashtable->bits.

Closes #3243 (closed)

Merge request reports