neoneo-go/pkg
Roman Khimov e631e75718 core: optimize GetVerifiedTransactions()
This simple change improves our BenchmarkTXPerformanceTest by 14%, just
because we don't waste time on reallocations during append().

Before:
   10000            439754 ns/op          218859 B/op        428 allocs/op
ok      github.com/CityOfZion/neo-go/integration        5.423s

After:
   10000            369833 ns/op           87209 B/op        412 allocs/op
ok      github.com/CityOfZion/neo-go/integration        4.612s
2019-12-13 19:57:17 +03:00
..
compiler Merge pull request #546 from nspcc-dev/write-optimizations 2019-12-06 19:40:38 +03:00
consensus io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
core core: optimize GetVerifiedTransactions() 2019-12-13 19:57:17 +03:00
crypto io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
internal internal: moved testutil method to internal package 2019-12-11 13:14:43 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
network io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
rpc io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
smartcontract io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
util io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
vm vm: optimize Next() in Context 2019-12-13 19:57:17 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00