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
|
335bd0ac0a
|
lib/encoding/zstd: prevent from possible encoder leak when concurrent goroutines create encoders for the same compressionLevel
Thanks to @klauspost for the pointer to this issue. See https://github.com/klauspost/compress/issues/195 for details.
|
2019-12-23 18:06:02 +02: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 |
|