VictoriaMetrics/lib/encoding/zstd
Aliaksandr Valialkin dcf5b42670
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 21:54:51 -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 lib/encoding/zstd: switch back from atomic.Pointer to atomic.Value for map[...]... 2023-07-20 21:54:51 -07:00
zstd_test.go lib/encoding: make deterministic tests which rely on math/rand 2023-01-23 18:43:49 -08:00