## Issue summary <!-- A clear and concise description of what the task is. --> - Use memory pool when encoding and hashing the trie. Also, we can parallel hash the nodes. ## Other information and links <!-- Add any other context or screenshots about the issue here. --> - Geth does the same. - https://github.com/ethereum/go-ethereum/blob/7a7abe3de84d8f2c6b591fec11d67edcb82ae63d/trie/hasher.go#L47 - https://github.com/ethereum/go-ethereum/blob/7a7abe3de84d8f2c6b591fec11d67edcb82ae63d/trie/hasher.go#L123 <!-- Thank you 🙏 -->
Issue summary
Other information and links