https://bugs.kde.org/show_bug.cgi?id=477018
--- Comment #4 from m...@glandium.org --- I filed https://github.com/Tessil/robin-map/issues/71. It could be argued that the hashCombine function in src/util/pointermap.h doesn't do a good enough job to spread the values. Things go better with `seed ^= hasher(v) + 0x9e3779b97f4a7c15 + (seed << 12) + (seed >> 4);`. -- You are receiving this mail because: You are watching all bug changes.