neoneo-go/pkg/vm/stackitem
Roman Khimov d3198c3082 stackitem: avoid going through Value() in serialization
Doesn't change much, but still simpler.

name               old time/op    new time/op    delta
SerializeSimple-8     452ns ±10%     435ns ± 4%   ~     (p=0.356 n=10+9)

name               old alloc/op   new alloc/op   delta
SerializeSimple-8      432B ± 0%      432B ± 0%   ~     (all equal)

name               old allocs/op  new allocs/op  delta
SerializeSimple-8      7.00 ± 0%      7.00 ± 0%   ~     (all equal)
2021-08-23 18:29:07 +03:00
..
item.go stackitem: make Buffer an alias to []byte 2021-08-13 14:41:26 +03:00
item_test.go stackitem: make ByteArray an alias to []byte 2021-08-13 14:41:26 +03:00
json.go stackitem: make BigInteger alias to big.Int 2021-08-12 17:53:36 +03:00
json_test.go native/std: restrict amount of items in JSON deserialization 2021-08-02 18:57:47 +03:00
reference.go vm: embed reference counter in compound items 2021-08-13 14:41:26 +03:00
serialization.go stackitem: avoid going through Value() in serialization 2021-08-23 18:29:07 +03:00
serialization_test.go stackitem: avoid going through Value() in serialization 2021-08-23 18:29:07 +03:00
type.go stackitem: rework error handling 2021-07-07 00:18:00 +03:00
type_test.go stackitem: allow to convert type from string 2020-07-31 16:07:16 +03:00