perf: slightly optimize Vec usage

This commit is contained in:
2025-03-10 19:58:59 -04:00
parent 2b2cf1d069
commit b2d8618bba
7 changed files with 11 additions and 11 deletions

1
Cargo.lock generated
View File

@@ -1471,6 +1471,7 @@ dependencies = [
"ncr",
"parking_lot",
"serde_json",
"smallvec",
"tokio",
"zip",
]