|
libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
|
#include <algorithm>#include <climits>#include <cstdint>#include <optional>#include <string>#include <zlib.h>#include "libzarr/detail/common.hpp"#include "libzarr/types.hpp"Go to the source code of this file.
zlib-backed byte codecs. Two distinct framings share one algorithm: v2 "zlib" is RFC 1950, v2/v3 "gzip" is RFC 1952 — the difference is only the header/trailer, selected via zlib's windowBits.