Files
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
..
2021-07-26 15:50:46 +03:00