minor optimizations

This commit is contained in:
René Fuhry
2023-06-02 14:59:36 +02:00
committed by GitHub
parent 6e9137151f
commit 40db6c2188
5 changed files with 43 additions and 29 deletions

View File

@ -8,3 +8,14 @@ edition = "2021"
[dependencies]
csv = "1.2.2"
fastrand = "1.9.0"
[profile.dev]
opt-level = 3
debug = false
overflow-checks = false
lto = "thin"
panic = "unwind"
incremental = true
debug-assertions = false
codegen-units = 64
rpath = false