Skip to content

Commit

Permalink
Change image hash compare algorithm and add multithreading (#762)
Browse files Browse the repository at this point in the history
* New image compare algorithm

* Par iter

* Ending words
  • Loading branch information
qarmin authored Jul 2, 2022
1 parent 4765bee commit d1c66fd
Show file tree
Hide file tree
Showing 18 changed files with 402 additions and 350 deletions.
115 changes: 58 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion czkawka_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hamming = "0.1.3"

# Needed by same music
bitflags = "1.3.2"
lofty="0.6.2"
lofty="0.7.0"

# Futures - needed by async progress sender
futures = "0.3.21"
Expand Down Expand Up @@ -65,6 +65,8 @@ imagepipe = "0.5.0"
mime_guess = "2.0.4"
infer = "0.8.0"

num_cpus = "1.13.1"

libheif-rs = { version = "0.15.0", optional = true }
anyhow = { version = "1.0.57", optional = true }

Expand Down
Loading

0 comments on commit d1c66fd

Please sign in to comment.