]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
compressor/zstd: add zstd compressor 13075/head
authorSage Weil <sage@redhat.com>
Thu, 19 Jan 2017 18:57:33 +0000 (12:57 -0600)
committerKefu Chai <kchai@redhat.com>
Wed, 25 Jan 2017 16:37:23 +0000 (00:37 +0800)
commit4dd38b923b6bfdd9e768331b496acdbdbe6b46d8
treefb5d95f8a4e26b09e965e30ec612a5ef18ff716e
parent46b3849fc48390617f71742b3ae0f0e49c85be59
compressor/zstd: add zstd compressor

Build/link of zstd itself is maybe not ideal, but it works fine.

Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/compressor/CMakeLists.txt
src/compressor/Compressor.cc
src/compressor/Compressor.h
src/compressor/zstd/CMakeLists.txt [new file with mode: 0644]
src/compressor/zstd/CompressionPluginZstd.cc [new file with mode: 0644]
src/compressor/zstd/ZstdCompressor.h [new file with mode: 0644]
src/test/compressor/test_compression.cc