GridFormat 0.2.1
I/O-Library for grid-like data structures
|
Compressor using the LZ4 library. More...
#include <concepts>
#include <utility>
#include <vector>
#include <cassert>
#include <algorithm>
#include <tuple>
#include <lz4.h>
#include <gridformat/common/exceptions.hpp>
#include <gridformat/common/serialization.hpp>
#include <gridformat/common/logging.hpp>
#include <gridformat/compression/common.hpp>
#include <gridformat/compression/decompress.hpp>
Go to the source code of this file.
Classes | |
struct | GridFormat::Compression::LZ4Options |
Options for the lz4 compressor. More... | |
class | GridFormat::Compression::LZ4 |
Compressor using the lz4 compression library. More... | |
Variables | |
constexpr LZ4 | GridFormat::Compression::lz4 |
Instance of the lz4 compressor. | |