frostfs-sdk-go/object
Evgenii Stratonikov e7ee4e1f24 [#19] transformer: Do not allocate intermeate slice for hashers
```
name                 old time/op    new time/op    delta
Transformer/small-8    73.7µs ±15%    72.4µs ±16%    ~     (p=0.604 n=10+9)
Transformer/big-8       1.36s ± 4%     1.36s ± 8%    ~     (p=0.579 n=10+10)

name                 old alloc/op   new alloc/op   delta
Transformer/small-8    7.67kB ± 0%    7.57kB ± 0%  -1.36%  (p=0.000 n=10+10)
Transformer/big-8      49.0kB ± 0%    48.3kB ± 0%  -1.48%  (p=0.000 n=10+10)

name                 old allocs/op  new allocs/op  delta
Transformer/small-8       101 ± 0%        98 ± 0%  -2.97%  (p=0.000 n=10+10)
Transformer/big-8         609 ± 0%       591 ± 1%  -3.00%  (p=0.000 n=10+9)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-02-27 19:10:27 +03:00
..
id [#4] Rename NeoFS mentions in comments and method names 2022-12-30 13:40:50 +03:00
relations Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
test Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
transformer [#19] transformer: Do not allocate intermeate slice for hashers 2023-02-27 19:10:27 +03:00
attribute.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
attribute_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
error.go [#64] object: move package from neofs-api-go 2021-11-09 09:57:37 +03:00
error_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
fmt.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
fmt_test.go [#190] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
lock.go [#4] Rename NeoFS mentions in comments and method names 2022-12-30 13:40:50 +03:00
lock_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
object.go [#4] Rename NeoFS mentions in comments and method names 2022-12-30 13:40:50 +03:00
object_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
range.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
range_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
raw.go [#4] Rename NeoFS mentions in comments and method names 2022-12-30 13:40:50 +03:00
raw_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
search.go [#4] Rename NeoFS mentions in comments and method names 2022-12-30 13:40:50 +03:00
search_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
splitid.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
splitid_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
splitinfo.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
splitinfo_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
tombstone.go [#4] Rename NeoFS mentions in comments and method names 2022-12-30 13:40:50 +03:00
tombstone_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
type.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
type_test.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
wellknown_attributes.go [#215] object: Add well-known FilePath attribute 2022-09-06 17:21:37 +04:00