46 enum class Format {
ZLIB,
GZIP, RAW, AUTO };
52 int strategy_ = Z_DEFAULT_STRATEGY)
54 windowSize(windowSize_),
56 strategy(strategy_) {}
99 Options defaultGzipOptions();
105 Options defaultZlibOptions();
119 Options options = Options(),
122 Options options = Options(),
129 #endif // FOLLY_HAVE_LIBZ constexpr int COMPRESSION_LEVEL_DEFAULT
—— Concurrent Priority Queue Implementation ——
std::unique_ptr< StreamCodec > getStreamCodec(CodecType type, int level)
Formatter< false, Args... > format(StringPiece fmt, Args &&...args)
std::unique_ptr< Codec > getCodec(CodecType type, int level)