Trying to optimize heap allocations

This commit is contained in:
Dylan Thies
2024-01-06 11:30:48 -05:00
parent 8c52af6819
commit 039f87d762
9 changed files with 127 additions and 169 deletions

6
2023/Cargo.lock generated
View File

@@ -259,10 +259,15 @@ dependencies = [
name = "day-20"
version = "2023.0.0"
dependencies = [
"dhat",
"error-stack",
"itertools 0.12.0",
"log",
"nom",
"num",
"rstest",
"test-log",
"thiserror",
]
[[package]]
@@ -359,6 +364,7 @@ dependencies = [
"nom",
"num",
"num-traits",
"thiserror",
]
[[package]]