Try to improve the performance of the two-sum assignment
This commit is contained in:
@@ -7,4 +7,7 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rand = "0.7.3"
|
||||
rand = "0.7.3"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
Reference in New Issue
Block a user