VictoriaMetrics/lib/encoding/zstd
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
..
stream_cgo.go all: add go:build lines for Go1.17 2021-07-26 15:50:46 +03:00
stream_pure.go all: add go:build lines for Go1.17 2021-07-26 15:50:46 +03:00
zstd_cgo.go all: add go:build lines for Go1.17 2021-07-26 15:50:46 +03:00
zstd_pure.go all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:48:26 -07:00
zstd_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:43:49 -08:00