neoneo-go/pkg/internal
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
..
keytestcases core: rename Neo.Crypto.Verify to Neo.Crypto.VerifyWithECDsaSecp256r1 2020-07-14 16:19:12 +03:00
random random: make use or random package in tests 2020-03-27 10:27:46 +03:00
testchain hash: introduce memory-optimized merkle root hash calculation routine 2020-09-15 18:38:15 +03:00
testserdes protocol: add payload compression 2020-05-26 22:19:10 +03:00