aboutsummaryrefslogtreecommitdiff
path: root/zstd_test.go
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21feat:support zstd compress and uncompressed (#1701)Gravatar Co1a 1-0/+102
* feat:support zstd compress and uncompressed * fix:real & stackless write using different pool to avoid get stackless.writer * fix:zstd normalize compress level * Change empty string checks to be more idiomatic (#1684) * chore:lint fix and rebase with master * chore:remove 1.18 test & upgrade compress version * fix:error default compress level * Fix lint --------- Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>