neoneo-go/pkg/vm/stackitem
Evgeniy Stratonikov a5516e8c96 stackitem: make BigInteger alias to big.Int
Remove one indirection step.
``
name       old time/op    new time/op    delta
MakeInt-8    79.7ns ± 8%    56.2ns ± 8%  -29.44%  (p=0.000 n=10+10)

name       old alloc/op   new alloc/op   delta
MakeInt-8     48.0B ± 0%     40.0B ± 0%  -16.67%  (p=0.000 n=10+10)

name       old allocs/op  new allocs/op  delta
MakeInt-8      3.00 ± 0%      2.00 ± 0%  -33.33%  (p=0.000 n=10+10)
```

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2021-08-12 17:53:36 +03:00
..
item.go stackitem: make BigInteger alias to big.Int 2021-08-12 17:53:36 +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
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