VictoriaMetrics/lib/encoding
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 lib/encoding/zstd: switch back from atomic.Pointer to atomic.Value for map[...]... 2023-07-20 20:56:11 -07:00
compress_test.go
compress.go
encoding_cgo_test.go
encoding_pure_test.go lib/encoding: fix test after 4725549cb2 2023-04-05 21:38:37 -07:00
encoding_test.go
encoding_timing_test.go
encoding.go
int_test.go
int_timing_test.go
int.go lib/encoding: add MarshalBool/UnmarshalBool and GetUint32s/PutUint32s functions 2023-06-19 22:40:55 -07:00
nearest_delta2_test.go
nearest_delta2_timing_test.go
nearest_delta2.go
nearest_delta_test.go
nearest_delta_timing_test.go
nearest_delta.go