This commit is contained in:
MaxJa4
2023-12-09 14:22:02 +01:00
parent 0c814889b5
commit 043a777732
6 changed files with 348 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ edition = "2021"
[dependencies]
cached = "0.46.1"
criterion = "0.5.1"
num = "0.4.1"
rayon = "1.8.0"
regex = "1.10.2"
[[bench]]
name = "part09"
harness = false