Skip to content

Commit

Permalink
Improved the function and concurrency in the domain module by using D…
Browse files Browse the repository at this point in the history
…ashMap in some parts of the code. Improved the geometry module and added calculations for normal vectors for shapes. All tests passing.
  • Loading branch information
tmathis720 committed Oct 26, 2024
1 parent 6585de1 commit b5c634a
Show file tree
Hide file tree
Showing 21 changed files with 673 additions and 1,421 deletions.
66 changes: 65 additions & 1 deletion 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 @@ -12,6 +12,7 @@ rustc-hash = "2.0.0"
faer = { version = "0.19", features = ["rayon"] }
rayon = "1.5"
crossbeam = "0.8.4"
dashmap = "5.1"

[dev-dependencies]
criterion = "0.4"
Expand Down
Loading

0 comments on commit b5c634a

Please sign in to comment.