neoneo-go/pkg/internal/testchain
Roman Khimov d52e79668b hash: introduce memory-optimized merkle root hash calculation routine
NewMerkleTree is a memory hog, we can do better than that:

BenchmarkMerkle/NewMerkleTree-8                       13          88434670 ns/op        20828207 B/op     300035 allocs/op
BenchmarkMerkle/CalcMerkleRoot-8                      15          69264150 ns/op               0 B/op          0 allocs/op
2020-09-15 18:38:15 +03:00
..
address.go hash: introduce memory-optimized merkle root hash calculation routine 2020-09-15 18:38:15 +03:00
network.go block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00