Skip to content

Commit

Permalink
adjust hash algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
mastfissh committed Sep 22, 2020
1 parent 85a68ea commit 91ec10b
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 97 deletions.
133 changes: 57 additions & 76 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dedupe"
version = "2.2.0"
version = "2.2.1"
authors = ["Justin Lambert <[email protected]>"]
publish = false
edition = "2018"
Expand All @@ -11,14 +11,13 @@ lto = "thin"

[dependencies]
walkdir = "2"
digest = { version = "0.9.0", features = ["std"]}
rayon = "1.4"
chashmap = "2.2"
structopt = "0.3"
druid = "0.6"
crossbeam-channel = "0.4"
typed-arena = "2"
seahash = "4.0.1"
dashmap = "3.11.10"

[lib]
name = "dupelib"
Expand Down
3 changes: 0 additions & 3 deletions benches/my_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ pub fn criterion_benchmark(c: &mut Criterion) {
let mut big_dir = sample_dir.clone();
big_dir.push("big");
fs::create_dir_all(&big_dir).unwrap();
let mut mixed_dir = sample_dir.clone();
mixed_dir.push("mixed");
fs::create_dir_all(&mixed_dir).unwrap();

for x in 0..400 {
let mut filename = lots_dir.clone();
Expand Down
Loading

0 comments on commit 91ec10b

Please sign in to comment.