static int boostHashCombine(int a, int b) { ret a ^ (b + 0x9e3779b9 + (a << 6) + (a >> 2)); }