VictoriaMetrics/lib/encoding/zstd
Aliaksandr Valialkin 140e7b6b74
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:42:06 -07:00
..
zstd_cgo.go all: add go:build lines for Go1.17 2021-07-26 15:48:21 +03:00
zstd_pure.go all: replace atomic.Value with atomic.Pointer[T] 2023-07-19 17:42:06 -07:00
zstd_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:41:09 -08:00