Try to improve the performance of the two-sum assignment

This commit is contained in:
2020-12-23 15:19:49 -05:00
parent 77828d0eb9
commit 8bbb196819
7 changed files with 87 additions and 25 deletions

View File

@@ -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