neoneo-go/pkg/vm/stackitem
Evgeniy Stratonikov 17a3f17c74 stackitem: use byte-slice directly during encoding
```
name            old time/op    new time/op    delta
EncodeBinary-8    10.6ms ± 1%     8.4ms ± 1%  -20.94%  (p=0.000 n=9+10)

name            old alloc/op   new alloc/op   delta
EncodeBinary-8    1.64MB ± 0%    2.24MB ± 0%  +36.18%  (p=0.000 n=8+9)

name            old allocs/op  new allocs/op  delta
EncodeBinary-8      131k ± 0%       66k ± 0%  -49.98%  (p=0.000 n=10+10)
```

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2021-07-13 11:06:18 +03:00
..
item.go stackitem: rework error handling 2021-07-07 00:18:00 +03:00
item_test.go vm: handle very big int creation properly 2020-10-07 11:50:42 +03:00
json.go stackitem: access value of Array/Struct directly 2021-07-12 14:40:21 +03:00
json_test.go stackitem: add benchmark for serialization routines 2021-07-12 14:40:17 +03:00
serialization.go stackitem: use byte-slice directly during encoding 2021-07-13 11:06:18 +03:00
serialization_test.go stackitem: add benchmark for serialization routines 2021-07-12 14:40:17 +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