VictoriaMetrics/lib/encoding
2023-11-13 19:15:42 +01:00
..
zstd all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20 2023-11-13 19:15:42 +01:00
compress_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:43:49 -08:00
compress.go
encoding_cgo_test.go all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20 2023-11-13 19:15:42 +01:00
encoding_pure_test.go all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20 2023-11-13 19:15:42 +01:00
encoding_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:43:49 -08:00
encoding_timing_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:43:49 -08:00
encoding.go
int_test.go
int_timing_test.go
int.go lib/encoding: add MarshalBool/UnmarshalBool and GetUint32s/PutUint32s functions 2023-07-06 17:24:52 -07:00
nearest_delta2_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:43:49 -08:00
nearest_delta2_timing_test.go
nearest_delta2.go
nearest_delta_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:43:49 -08:00
nearest_delta_timing_test.go
nearest_delta.go