go-ethereum/trie/trienode
Martin HS 118ed442c6 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-11-19 14:50:11 +01:00
..
node.go trie: concurrent commit (#30545) 2024-11-19 14:50:11 +01:00
node_test.go trie/trienode: minor speedup in nodeset merging (#29683) 2024-04-30 19:51:04 +08:00
proof.go trie/trienode: avoid unnecessary copy (#30019) 2024-06-20 11:47:29 +08:00