Aliaksandr Valialkin
|
6a1499efa3
|
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:05:41 +02: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 |
|