forked from TrueCloudLab/neoneo-go
54d888ba70
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. |
||
---|---|---|
.. | ||
address.go | ||
address_test.go | ||
getblocks.go | ||
getblocks_test.go | ||
headers.go | ||
headers_test.go | ||
inventory.go | ||
inventory_test.go | ||
merkleblock.go | ||
payload.go | ||
version.go | ||
version_test.go |