Given how long #491 went undetected, I wonder whether https://github.com/haskell-unordered-containers/unordered-containers/commit/2c8a286919087d0d8b691b9cc12c0ace271f0ef7 has resulted in any other subtle bugs. I can imagine raising our confidence by several methods: * [ ] Check (and improve) the test coverage * [ ] Run the property tests with increased `--quickcheck-max-size` and `--quickcheck-tests` (especially on 32bit systems) * [ ] Review the code that manipulates and iterates over bitmaps * [ ] To catch potential integer overflow bugs, is there a way to "trap" integer overflows in Haskell?