Skip to content

Commit

Permalink
Implement lockless hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
bdmendes committed May 13, 2024
1 parent b3cbf96 commit 5fe50da
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 206 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ primitive_enum = "1.2.0"
derive_more = "0.99.17"
rand = "0.8.5"
ctor = "0.2.8"
sync-unsafe-cell = "0.1.1"

[profile.dev]
opt-level = 1
Expand Down
Loading

0 comments on commit 5fe50da

Please sign in to comment.