|
libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
|
#include <cstdint>#include <optional>#include <string>#include <zstd.h>#include "libzarr/detail/common.hpp"#include "libzarr/types.hpp"Go to the source code of this file.
zstd codec (zarr-python 3's default compressor, and numcodecs Zstd in v2 stores). Frames written by libzarr carry the content size; reads handle frames without one via streaming decompression.