Performance is really slow with high CPU usage!

Apart from the parallel hashing, there is another speedup in the canary that uses the (terribly named) NgHash. But you can also get it to use the OpenSSL hashing library, which is faster in my tests. You need to drop in the version of the OpenSSL library you are using from here: FasterHashing/Windows-DLLs at master · kenkendk/FasterHashing · GitHub

Then set the environment variable FH_LIBRARY=openssl and it should load OpenSSL and use that for hashing.