Skip to content

Commit

Permalink
Use faster hash library
Browse files Browse the repository at this point in the history
This is faster, but not cryptographically safe. That shouldn't matter for our
purposes.
  • Loading branch information
seddonym committed Jan 18, 2025
1 parent 895080d commit 43235d9
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 117 deletions.
7 changes: 7 additions & 0 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ serde_json = "1.0.103"
rayon = "1.10"
petgraph = "0.6.5"
bimap = "0.6.3"
rustc-hash = "2.1.0"

[dependencies.pyo3]
version = "0.23.4"
Expand Down
Loading

0 comments on commit 43235d9

Please sign in to comment.