-
Updated
Oct 27, 2020 - Swift
digest
Here are 130 public repositories matching this topic...
-
Updated
Oct 26, 2020 - D
-
Updated
Oct 4, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Mar 24, 2018 - Rust
-
Updated
Mar 21, 2019 - Python
-
Updated
Sep 24, 2019
-
Updated
Oct 19, 2020 - Rust
-
Updated
May 14, 2015 - Java
-
Updated
Feb 14, 2017 - Shell
-
Updated
Oct 13, 2020 - Python
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Jul 7, 2020 - Swift
-
Updated
Feb 19, 2018 - C
-
Updated
Oct 13, 2020 - Java
-
Updated
Feb 7, 2018 - Swift
-
Updated
Mar 17, 2019 - Java
-
Updated
Jan 10, 2020 - PHP
Improve this page
Add a description, image, and links to the digest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the digest topic, visit your repo's landing page and select "manage topics."
I discovered that verifying hashes with
-c
is much slower than generating them.I was using this command:
iotop
reported disk read speeds of 30 MB/sec andrhash
was 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