> By the way, considering how big the speedup of FxHash and XXHash appears to > be, would you be open for a PR which changes the default hashing algorithm?
You can give it a try but it is harder than you think as everything must be available at compile-time the compiler and the runtime must agree on the used hashing algorithm. So probably the VM needs to grow support for `cast[ptr Uint64Array]` etc first...
