Crate numcodecs_sz3
source ·Expand description
SZ3 codec implementation for the numcodecs API.
Structs§
- Codec providing compression using SZ3
- Opaque error for when encoding or decoding with SZ3 fails
- Opaque error for when encoding or decoding the header fails
Enums§
- Errors that may occur when applying the
Sz3Codec. - Dtypes that SZ3 can compress and decompress
- SZ3 error bound
Traits§
- Array element types which can be compressed with SZ3.
Functions§
- Compresses the input
dataarray using SZ3 with the provided errorboundconfiguration. - Decompresses the
encodeddata into an array.