Rewrite hash and == function for hb_array_t as a plain loop.

Profling showed that the current implementation were accounting for nearly all processing time in some cases. These implementations look to be about 10x faster.
1 file changed