neoneo-go/pkg
Roman Khimov 9992a98007 core: optimize balance utxo removal
One of my samples had 8 (out of 30) seconds spent here, but values of 100ms
are more typical. After this change it becomes invisible.
2019-12-06 18:46:24 +03:00
..
compiler *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
consensus *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
core core: optimize balance utxo removal 2019-12-06 18:46:24 +03:00
crypto *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
internal/keytestcases crypto: add invalid testcase 2019-11-29 11:03:03 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: simplify WriteBytes() 2019-12-06 17:40:47 +03:00
network *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
rpc rpc: remove hardcoded pushbytes64 constant 2019-12-03 18:23:46 +03:00
smartcontract *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
util *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
vm *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00