Skip to content

Commit

Permalink
Optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed May 7, 2024
1 parent e1fd6e5 commit 99cc393
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 168 deletions.
132 changes: 62 additions & 70 deletions Cargo.lock

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

10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"
strip = "symbols"

[dependencies]
rayon = "1.10.0"
rand = "0.8.5"
ahash = "0.8.11"
#debug = true

2 changes: 2 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "target-cpu=native"]
Loading

0 comments on commit 99cc393

Please sign in to comment.