Y
Hacker News
new
|
ask
|
show
|
jobs
by
dabiged
209 days 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.
1 comments
I_like_tomato
207 days ago
yup, I agree. I should update it to use a faster hashing algorithm. That is the next step
link