go-ethereum/trie/trienode
Martin HS f4dc7530b1
trie: concurrent commit (#30545)
This change makes the trie commit operation concurrent, if the number of changes exceed 100. 

Co-authored-by: stevemilk <wangpeculiar@gmail.com>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2024-10-14 13:32:15 +02:00
..
node_test.go trie/trienode: minor speedup in nodeset merging (#29683) 2024-04-30 19:51:04 +08:00
node.go trie: concurrent commit (#30545) 2024-10-14 13:32:15 +02:00
proof.go trie/trienode: avoid unnecessary copy (#30019) 2024-06-20 11:47:29 +08:00