neoneo-go/pkg/vm/stackitem
Evgeniy Stratonikov 4f98ec2f53 vm: embed reference counter in compound items
```
name              old time/op  new time/op  delta
RefCounter_Add-8  44.8ns ± 4%  11.7ns ± 3%  -73.94%  (p=0.000 n=10+10)
```

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2021-08-13 14:41:26 +03:00
..
item.go vm: embed reference counter in compound items 2021-08-13 14:41:26 +03:00
item_test.go stackitem: make BigInteger alias to big.Int 2021-08-12 17:53:36 +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: use Bool item directly 2021-08-12 17:53:36 +03:00
serialization_test.go stackitem: completely drop MaxArraySize 2021-07-19 15:42:42 +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