-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A-engineRelated to the engine implementationRelated to the engine implementationA-trieRelated to Merkle Patricia Trie implementationRelated to Merkle Patricia Trie implementationC-enhancementNew feature or requestNew feature or requestC-perfA change motivated by improving speed, memory usage or disk footprintA change motivated by improving speed, memory usage or disk footprint
Description
Describe the feature
Right now we use the RevealedSparseTrie's rlp_buf field whenever we call rlp_node:
reth/crates/trie/sparse/src/trie.rs
Line 1028 in b15c1c8
| self.rlp_buf.clear(); |
This should instead be an argument that's passed as &mut, this way we can have one per thread
Additional context
No response
Metadata
Metadata
Assignees
Labels
A-engineRelated to the engine implementationRelated to the engine implementationA-trieRelated to Merkle Patricia Trie implementationRelated to Merkle Patricia Trie implementationC-enhancementNew feature or requestNew feature or requestC-perfA change motivated by improving speed, memory usage or disk footprintA change motivated by improving speed, memory usage or disk footprint
Type
Projects
Status
Done