compiler optimizations + focus the benchmark futher

This commit is contained in:
2025-02-18 22:33:29 -05:00
parent 9854067ca7
commit 52179c040b
3 changed files with 36 additions and 28 deletions

View File

@@ -16,6 +16,8 @@ path = "src/main.rs"
# for profiling
debug = true
# increases perf at the cost of compile-time
codegen-units = 1
lto = true
[features]