day 8 part 1 fixed, regex is slow af to compile... dont do that in a loop.
This commit is contained in:
parent
e4ab3fb81e
commit
cab03a2ed5
3 changed files with 45 additions and 5 deletions
|
@ -27,6 +27,7 @@ tokio = { version = "1", features = ["full"] }
|
|||
itertools = "0.12"
|
||||
derive_builder = "0.12.0"
|
||||
rayon = "1.8.0"
|
||||
static_init = "1.0.3"
|
||||
|
||||
[features]
|
||||
part2 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue