VictoriaMetrics/lib/encoding
Aliaksandr Valialkin 992c300ce9
all: replace atomic.Value with atomic.Pointer[T]
This eliminates the need in .(*T) casting for results obtained from Load()

Leave atomic.Value for map, since atomic.Pointer[map[...]...] makes double pointer to map,
because map is already a pointer type.
2023-07-19 17:48:26 -07:00
..
zstd all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:48:26 -07:00
compress.go lib: dump compressed block contents on error during decompression 2020-08-15 14:51:14 +03:00
compress_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:43:49 -08:00
encoding.go lib/storage: validate timestamps in the block only if they use encoding, which needs validation 2022-10-21 00:54:37 +03:00
encoding_cgo_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:43:49 -08:00
encoding_pure_test.go lib/encoding: fix test after 4725549cb2 2023-04-05 21:38:48 -07: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
int.go lib/encoding: add MarshalBool/UnmarshalBool and GetUint32s/PutUint32s functions 2023-07-06 17:24:52 -07:00
int_test.go all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
int_timing_test.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00
nearest_delta.go lib/encoding: substitute 64-bits.LeadingZeros64() with bits.Len64() 2022-02-01 11:20:20 +02:00
nearest_delta2.go all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03: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 all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00
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 all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:33:46 +03:00