neoneo-go/pkg
Roman Khimov 54d888ba70 io: add type-specific read/write methods
This seriously improves the serialization/deserialization performance for
several reasons:
 * no time spent in `binary` reflection
 * no memory allocations being made on every read/write
 * uses fast ReadBytes everywhere it's appropriate

It also makes Fixed8 Serializable just for convenience.
2019-12-12 20:19:50 +03:00
..
compiler Merge pull request #546 from nspcc-dev/write-optimizations 2019-12-06 19:40:38 +03:00
consensus io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
core io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
crypto io: add type-specific read/write methods 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: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
network io: add type-specific read/write methods 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: add type-specific read/write methods 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 io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00