VictoriaMetrics/lib/encoding/zstd
Aliaksandr Valialkin 4cae725edf
lib/encoding/zstd: switch back from atomic.Pointer to atomic.Value for map[...]...
The map[...]... is already a pointer type, so atomic.Pointer[map[...]...] results in double pointer.

This is a follow-up for 140e7b6b74
2023-07-20 20:56:11 -07:00
..
zstd_cgo.go all: add go:build lines for Go1.17 2021-07-26 15:48:21 +03:00
zstd_pure.go lib/encoding/zstd: switch back from atomic.Pointer to atomic.Value for map[...]... 2023-07-20 20:56:11 -07:00
zstd_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:41:09 -08:00