Commit eab191fd9c851cb7881163ddd5e11a2ebc58cef4

Garret Rieger 2019-10-02T14:28:53

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.