Lines Matching refs:using
4 …ttp://zlib.net/) is to allow a quick and smooth transition to zstd for projects already using zlib.
17 The first two files are required by all projects using zlib and they are not included with the zstd…
38 - compilation with `-DZWRAP_USE_ZSTD=1` (or using `#define ZWRAP_USE_ZSTD 1` before `#include "zstd…
39 - using the `void ZWRAP_useZSTDcompression(int turn_on)` function (declared in `#include "zstd_zlib…
41 During decompression zlib and zstd streams are automatically detected and decompressed using a prop…
42 This behavior can be changed using `ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB)` what will make zl…
77 The benchmark is conducted using given filenames or synthetic data if filenames are not provided.
83 The benchmark tool can be compiled with `make zwrapbench` using [zlibWrapper/Makefile](Makefile).
108 To check the difference we made experiments using `zwrapbench -ri6b6` with zstd and zlib compressio…
119 | zstd 1.1.0 using ZSTD_CCtx | 68.35 MB/s | 430.9 MB/s | 6868521 | 3.43…
120 | zstd 1.1.0 using ZSTD_CStream | 66.63 MB/s | 422.3 MB/s | 6868521 | 3.43…