frostfs-api-go/util/proto
Evgenii Stratonikov c0565085c1 util/proto: Optimize int32 marshaling
This is the approach used in easyproto
52d3ac4744/writer.go (L203)

It allows to occupy slightly less space for negative numbers.
The format is still protobuf, although, technically, this is a breaking
change for our stable marshaling format.
However, we don't use int32 at all and all enums have positive values,
so nothing is broken.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-08-09 17:24:58 +03:00
..
test [#103] proto: Test end-to-end scenario 2024-08-09 11:18:17 +03:00
marshal.go util/proto: Optimize int32 marshaling 2024-08-09 17:24:58 +03:00
marshal_test.go [#103] proto: Test end-to-end scenario 2024-08-09 11:18:17 +03:00