Container for ELA Data including its physical structure.
Definition compression.h:6
void decompress(const void *const buff, const fields::Helper< svec::SVector > &slice)
Decompress the data in the buff.
std::size_t getCompressedSize(const fields::Helper< svec::SVector > &slice)
The size of the compressed data (in bytes)
void compress(void *const buff, const fields::Helper< svec::SVector > &slice)
Compress the data in the slice.