frostfs-api-go/util
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
..
pool [#62] signature: Refactor BufferPool 2024-01-12 18:09:28 +03:00
proto util/proto: Optimize int32 marshaling 2024-08-09 17:24:58 +03:00
protogen [#103] protogen: Handle uint32 type 2024-08-09 11:18:17 +03:00
signature [#68] Makefile: Use gofumpt for formatting 2024-03-14 10:31:58 +03:00