neo-go/pkg/vm/stackitem
Roman Khimov 74097ae8b0 stackitem: add NewPointerWithHash() to save on hash calculations
Inspired by neo-project/neo-vm#352. We can't directly compare slices, so we're
better optimize things we already have. At the same time this code would
behave a bit different if A is to call B and then B is call A and then some
pointer from the first A invocation is to be compared with a pointer from the
second A invocation. Not sure it really matters.
2020-08-22 22:19:44 +03:00
..
item.go stackitem: add NewPointerWithHash() to save on hash calculations 2020-08-22 22:19:44 +03:00
item_test.go stackitem: implement DeepCopy 2020-08-05 11:19:41 +03:00
json.go Merge pull request #1242 from nspcc-dev/fix/json 2020-08-04 12:59:47 +03:00
json_test.go stackitem: implement unmarshaling from JSON with types 2020-07-31 16:07:16 +03:00
serialization.go vm: fix stackitem serialisation 2020-07-06 15:04:19 +03:00
type.go stackitem: allow to convert type from string 2020-07-31 16:07:16 +03:00
type_test.go stackitem: allow to convert type from string 2020-07-31 16:07:16 +03:00