ceph/src/compressor
Kefu Chai 0071739201 compressor: pass string_view instead of string
this allows us to find by string without creating a std::string
instance, even if this string is not nul terminated.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-12-06 12:13:50 +08:00
..
brotli cmake: set GIT_SHALLOW and UPDATE_DISCONNECTED 2020-11-06 01:20:25 +08:00
lz4 cmake: Set missing dependencies 2020-08-31 12:15:04 +00:00
snappy cmake: Set missing dependencies 2020-08-31 12:15:04 +00:00
zlib cmake: remove yasm since it's been replaced by nasm 2020-10-29 12:36:20 +08:00
zstd cmake: Set missing dependencies 2020-08-31 12:15:04 +00:00
CMakeLists.txt compressor: fix compile error for QAT 2020-08-14 16:34:53 +08:00
CompressionPlugin.h compressor: put Compressor into TOPNSPC namespace 2020-12-06 12:13:42 +08:00
Compressor.cc compressor: pass string_view instead of string 2020-12-06 12:13:50 +08:00
Compressor.h compressor: pass string_view instead of string 2020-12-06 12:13:50 +08:00
QatAccel.cc compressor: fix compile error for QAT 2020-08-14 16:34:53 +08:00
QatAccel.h compressor: fix compile error for QAT 2020-08-14 16:34:53 +08:00