refactor(trie): replace SmallVec with Vec in sparse trie buffers (#21637)

Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
This commit is contained in:
Georgios Konstantopoulos
2026-01-30 10:34:15 -08:00
committed by GitHub
parent e1bc6d0f08
commit 3ec065295e
5 changed files with 7 additions and 11 deletions

1
Cargo.lock generated
View File

@@ -11255,7 +11255,6 @@ dependencies = [
"reth-trie",
"reth-trie-common",
"reth-trie-db",
"smallvec",
"tracing",
]