It would be useful to include a method somewhere in the Vector API to do hash combination; taking an IntVector or LongVector, whose elements describe hash values, and combine them together into a hash. Currently we do a sequential loop of multiply-and-add over the individual hash elements; exposing an efficient vectorized combination would be useful.