Aliaksandr Valialkin
|
8b7917cd81
|
all: add go:build lines for Go1.17
See https://tip.golang.org/doc/go1.17#gofmt for more details
|
2021-07-26 15:48:21 +03:00 |
|
Aliaksandr Valialkin
|
b339890dca
|
lib/encoding/zstd: go fmt
|
2019-07-25 01:37:16 +03:00 |
|
Aliaksandr Valialkin
|
6c4ca89d75
|
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:16 +03:00 |
|
Roman Khavronenko
|
5bf4e5ffb5
|
all: add Pure Go build (pull request #114)
Updates #94
|
2019-07-23 19:26:39 +03:00 |
|