Started with aoc 2015, unable to make d4 part2 faster. Multi-threaded actually slower

This commit is contained in:
2024-10-28 11:39:18 +01:00
parent ae00eb4f80
commit 8370d27bea
15 changed files with 1411 additions and 0 deletions

9
Cargo.lock generated
View File

@@ -2,9 +2,18 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "y2015"
version = "0.1.0"
dependencies = [
"md5",
]
[[package]]
name = "y2016"