Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
zstd.hpp File Reference

ZSTD compression codec for Signet Forge (wraps libzstd). More...

Go to the source code of this file.

Detailed Description

ZSTD compression codec for Signet Forge (wraps libzstd).

Thin wrapper around libzstd providing Zstandard compression and decompression conforming to the CompressionCodec interface. Conditionally compiled when SIGNET_HAS_ZSTD is defined (set by CMake when the zstd dependency is found via SIGNET_ENABLE_ZSTD=ON).

Usage
signet::forge::register_zstd_codec(); // once at startup
// Then use compress()/decompress() via the CodecRegistry automatically.
See also
CompressionCodec, CodecRegistry, register_zstd_codec()

Definition in file zstd.hpp.