Vector hash combination

Brian Goetz brian.goetz at oracle.com
Wed May 15 22:06:11 UTC 2019


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.


More information about the panama-dev mailing list