libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
Loading...
Searching...
No Matches
codecs_zstd.hpp File Reference
#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.

Detailed Description

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.