Aliaksandr Valialkin
|
a45cbc101f
|
all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20
|
2023-11-13 19:15:42 +01:00 |
|
Aliaksandr Valialkin
|
dfb1d1ead1
|
lib/encoding: make deterministic tests which rely on math/rand
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3683
|
2023-01-23 18:43:49 -08:00 |
|
Aliaksandr Valialkin
|
5d255846ac
|
all: add go:build lines for Go1.17
See https://tip.golang.org/doc/go1.17#gofmt for more details
|
2021-07-26 15:50:46 +03:00 |
|
Aliaksandr Valialkin
|
f2e8d54fb0
|
lib/encoding/zstd: go fmt
|
2019-07-25 01:37:57 +03:00 |
|
Aliaksandr Valialkin
|
97b5dc7122
|
lib/encoding/zstd: disable CRC checks in pure Go build
This should give slightly better compression and decompressions performance.
Additionally this shaves off 4 bytes per each compressed block.
|
2019-07-24 19:17:32 +03:00 |
|
Roman Khavronenko
|
fcf09aaa3c
|
all: add Pure Go build (pull request #114)
Updates #94
|
2019-07-24 17:43:32 +03:00 |
|