Skip to content

Commit d1c66fd

Browse files
authored
Change image hash compare algorithm and add multithreading (#762)
* New image compare algorithm * Par iter * Ending words
1 parent 4765bee commit d1c66fd

18 files changed

+402
-350
lines changed

Cargo.lock

+58-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

czkawka_core/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hamming = "0.1.3"
2525

2626
# Needed by same music
2727
bitflags = "1.3.2"
28-
lofty="0.6.2"
28+
lofty="0.7.0"
2929

3030
# Futures - needed by async progress sender
3131
futures = "0.3.21"
@@ -65,6 +65,8 @@ imagepipe = "0.5.0"
6565
mime_guess = "2.0.4"
6666
infer = "0.8.0"
6767

68+
num_cpus = "1.13.1"
69+
6870
libheif-rs = { version = "0.15.0", optional = true }
6971
anyhow = { version = "1.0.57", optional = true }
7072

0 commit comments

Comments
 (0)