Y
Hacker News
new
|
ask
|
show
|
jobs
by
jeffbee
2087 days ago
3.3s here. Is it faster on your system?
1 comments
tyingq
2087 days ago
No, was hoping a non-cryptographic checksum would be faster. Perhaps cksum isn't the one.
Edit: "sum -s" is faster for me, but the man page doesn't give much info on what the algorithm is.
link
jeffbee
2087 days ago
Well it returns 00000 for /dev/zero so it looks like it is a quite useless 16-bit check.
link
Edit: "sum -s" is faster for me, but the man page doesn't give much info on what the algorithm is.