mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 13:38:35 +00:00
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. |
||
---|---|---|
.. | ||
account.go | ||
account_test.go | ||
asset.go | ||
asset_test.go | ||
coin.go | ||
contract.go | ||
contract_test.go | ||
notification_event.go | ||
notification_event_test.go | ||
storage_item.go | ||
storage_item_test.go | ||
validator.go | ||
validator_test.go |