Skip to content

Commit

Permalink
feat: use mmap'd blake3 for hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardgeorge committed Jun 6, 2024
1 parent 1ec4bd6 commit e332a86
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 167 deletions.
172 changes: 72 additions & 100 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
blake2 = "0.9.1"
blake3 = { version = "1.5.1", features = ["mmap", "rayon"] }
clap = { version = "4.5.4", features = ["cargo"] }
digest = "0.9.0"
generic-array = "0.14.4"
rayon = "1.10.0"
thiserror = "1.0.26"
walkdir = "2.5.0"
Loading

0 comments on commit e332a86

Please sign in to comment.