12 ms·
Why not use a faster hashing algorithm like xxhash? This code is using sha256 which, whilst cryptography secure, is a massive burden for computation.
by dabiged 10mo ago
Why not use a faster hashing algorithm like xxhash?
This code is using sha256 which, whilst cryptography secure, is a massive burden for computation.
- I_like_tomato 10mo agoyup, I agree. I should update it to use a faster hashing algorithm. That is the next step