VictoriaMetrics/lib/promutils
Aliaksandr Valialkin cc2647d212
lib/encoding: optimize UnmarshalVarUint64, UnmarshalVarInt64 and UnmarshalBytes a bit
Change the return values for these functions - now they return the unmarshaled result plus
the size of the unmarshaled result in bytes, so the caller could re-slice the src for further unmarshaling.

This improves performance of these functions in hot loops of VictoriaLogs a bit.
2024-05-14 01:23:54 +02:00
..
duration.go
duration_test.go
labels.go
labels_test.go
labels_timing_test.go
labelscompressor.go
labelscompressor_test.go
labelscompressor_timing_test.go
time.go
time_test.go