Fastest node.js hashing algorithm for large strings

We needed to generate hash of graphql queries on one of our high throughput services and were vary of adding another crypto call because node. Luckily, the internet had some great resources for benchmarking and hashing. Starting with these two as inspiration: https://medium.com/@chris_72272/what-is-the-fastest-node-js-hashing-algorithm-c15c1a0e164e https://www.blake2.net/ I wanted to run my own tests because we were hashing... » read more