-
Updated
Dec 8, 2020 - C
checksum
Here are 333 public repositories matching this topic...
-
Updated
Dec 8, 2020 - C
-
Updated
Oct 27, 2020 - Go
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Nov 4, 2020 - C
-
Updated
Mar 23, 2020 - Pascal
-
Updated
Nov 29, 2020 - Java
-
Updated
Jul 17, 2020 - Ruby
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Apr 21, 2020 - JavaScript
-
Updated
Oct 2, 2019 - Java
-
Updated
Jun 10, 2020 - C
-
Updated
Oct 30, 2018 - TypeScript
-
Updated
Mar 21, 2017 - PureBasic
Improve this page
Add a description, image, and links to the checksum topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the checksum topic, visit your repo's landing page and select "manage topics."
I discovered that verifying hashes with
-cis much slower than generating them.I was using this command:
iotopreported disk read speeds of 30 MB/sec andrhashwas consuming 100% CPU.Then I thought, how does rhash know that the SFV file contains MD5 hashes? It probably doesn't, and it runs all checksum algorithms when doing a check and see