neo-go/pkg/core/mpt
Evgenii Stratonikov 168ba7960c mpt: do not allocate new buffer when updating dirty node
Running time becomes faster under high load while staying the same in
the average case.
Memory allocation done in `Trie` goes down by about ~10% (even more,
actually).
2020-12-25 11:33:49 +03:00
..
base.go mpt: do not allocate new buffer when updating dirty node 2020-12-25 11:33:49 +03:00
branch.go mpt: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
doc.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
extension.go mpt: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
hash.go mpt: fix comment typo 2020-09-21 17:54:11 +03:00
helpers.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
leaf.go mpt: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
node.go mpt: export func for decoding node with type 2020-11-19 12:25:43 +03:00
node_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
proof.go mpt: implement reference counting 2020-11-20 16:50:30 +03:00
proof_test.go mpt: implement reference counting 2020-11-20 16:50:30 +03:00
trie.go mpt: do not allocate new buffer when updating dirty node 2020-12-25 11:33:49 +03:00
trie_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00