VictoriaMetrics/lib/encoding
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
..
zstd
compress_test.go
compress.go
encoding_cgo_test.go
encoding_pure_test.go
encoding_test.go
encoding_timing_test.go lib: consistently use atomic.* types instead of atomic.* functions 2024-02-24 02:07:53 +02:00
encoding.go lib/encoding: optimize UnmarshalVarUint64, UnmarshalVarInt64 and UnmarshalBytes a bit 2024-05-14 01:23:54 +02:00
float.go lib/logstorage: initial implementation of pipes in LogsQL 2024-05-12 16:33:31 +02:00
int_test.go lib/encoding: optimize UnmarshalVarUint64, UnmarshalVarInt64 and UnmarshalBytes a bit 2024-05-14 01:23:54 +02:00
int_timing_test.go lib/encoding: optimize UnmarshalVarUint64, UnmarshalVarInt64 and UnmarshalBytes a bit 2024-05-14 01:23:54 +02:00
int.go lib/encoding: optimize UnmarshalVarUint64, UnmarshalVarInt64 and UnmarshalBytes a bit 2024-05-14 01:23:54 +02:00
nearest_delta2_test.go
nearest_delta2_timing_test.go lib: consistently use atomic.* types instead of atomic.* functions 2024-02-24 02:07:53 +02:00
nearest_delta2.go lib/logstorage: initial implementation of pipes in LogsQL 2024-05-12 16:33:31 +02:00
nearest_delta_test.go
nearest_delta_timing_test.go lib: consistently use atomic.* types instead of atomic.* functions 2024-02-24 02:07:53 +02:00
nearest_delta.go