[FEAT MERGE] Enable IAA for accelerate defalte compression and decompression for OB 4.0

Co-authored-by: 唐曦 Intel <xi.tang@intel.com>
Co-authored-by: 邓刚 Intel <gang.deng@Intel.com>
This commit is contained in:
hnwyllmm
2023-12-14 14:13:16 +00:00
committed by ant-ob-hengtang
parent c12d0eeaad
commit bd4823fae9
45 changed files with 24371 additions and 5 deletions

View File

@ -24,6 +24,7 @@
#include "zstd/ob_zstd_stream_compressor.h"
#include "zstd_1_3_8/ob_zstd_compressor_1_3_8.h"
#include "zstd_1_3_8/ob_zstd_stream_compressor_1_3_8.h"
#include "zlib_lite/ob_zlib_lite_compressor.h"
namespace oceanbase
{
@ -68,6 +69,7 @@ private:
ObZlibCompressor zlib_compressor;
zstd::ObZstdCompressor zstd_compressor;
zstd_1_3_8::ObZstdCompressor_1_3_8 zstd_compressor_1_3_8;
ZLIB_LITE::ObZlibLiteCompressor zlib_lite_compressor;
//stream compressor
ObLZ4StreamCompressor lz4_stream_compressor;