frostfs-api-go/object
Evgenii Stratonikov fadd47f4fb [#376] object: remove pointer from Attribute slice
```
name                           old time/op    new time/op    delta
AttributesMarshal/marshal-8      4.44µs ± 9%    2.72µs ± 0%  -38.79%  (p=0.000 n=10+9)
AttributesMarshal/unmarshal-8    3.16µs ±13%    0.55µs ± 4%  -82.60%  (p=0.000 n=10+10)

name                           old alloc/op   new alloc/op   delta
AttributesMarshal/marshal-8      4.42kB ± 0%    4.42kB ± 0%     ~     (all equal)
AttributesMarshal/unmarshal-8    2.02kB ± 0%    1.79kB ± 0%  -11.11%  (p=0.000 n=10+10)

name                           old allocs/op  new allocs/op  delta
AttributesMarshal/marshal-8        51.0 ± 0%      51.0 ± 0%     ~     (all equal)
AttributesMarshal/unmarshal-8      51.0 ± 0%       1.0 ± 0%  -98.04%  (p=0.000 n=10+10)
```

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-03-09 15:23:13 +03:00
..
grpc [#371] Support recent changes in NeoFS API protocol 2022-02-25 10:24:07 +03:00
test [#376] object: remove pointer from Attribute slice 2022-03-09 15:23:13 +03:00
attributes.go [#376] object: remove pointer from Attribute slice 2022-03-09 15:23:13 +03:00
attributes_test.go [#376] object: remove pointer from Attribute slice 2022-03-09 15:23:13 +03:00
bench_test.go [#376] object: remove pointer from Attribute slice 2022-03-09 15:23:13 +03:00
convert.go [#376] object: remove pointer from Attribute slice 2022-03-09 15:23:13 +03:00
filters.go [#372] object: Fix filter comment 2022-02-22 18:19:18 +03:00
json.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
lock.go [#371] Support recent changes in NeoFS API protocol 2022-02-25 10:24:07 +03:00
lock_test.go [#371] Support recent changes in NeoFS API protocol 2022-02-25 10:24:07 +03:00
marshal.go [#376] object: remove pointer from Attribute slice 2022-03-09 15:23:13 +03:00
message_test.go [#371] Support recent changes in NeoFS API protocol 2022-02-25 10:24:07 +03:00
status.go [#371] Support recent changes in NeoFS API protocol 2022-02-25 10:24:07 +03:00
status_test.go [#371] Support recent changes in NeoFS API protocol 2022-02-25 10:24:07 +03:00
string.go Add v2 version to go module name 2021-11-17 15:29:33 +03:00
types.go [#376] object: remove pointer from Attribute slice 2022-03-09 15:23:13 +03:00