mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-23 13:41:37 +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. |
||
---|---|---|
.. | ||
binaryBufWriter.go | ||
binaryReader.go | ||
binaryrw_test.go | ||
binaryWriter.go | ||
fileWriter.go | ||
fileWriter_test.go | ||
serializable.go | ||
size.go | ||
size_test.go |