Experimental codecs are recommended for evaluation only. By default, the `"name"` of of experimental codecs in array metadata links the codec documentation in this crate. This is configurable with [`Config::experimental_codec_names_mut`](config::Config::experimental_codec_names_mut). | Codec Type | Codec | ZEP or URI | V3 | V2 | Feature Flag | | -------------- | ------------------------ | -------------------------------------------------- | ------- | ------- | ------------ | | Array to Array | [bitround] | | ✓ | ✓ | bitround | | Array to Bytes | [zfp]
zfpy (V2) | | ✓ | ✓ | zfp | | | [pcodec] | | ✓ | ✓ | pcodec | | | [vlen] | | ✓ | | | | | [vlen_v2]
vlen-* (V2) | | ✓ | ✓ | | | Bytes to Bytes | [bz2] | | ✓ | ✓ | bz2 | | | [gdeflate] | | ✓ | | gdeflate | [bitround]: (crate::array::codec::array_to_array::bitround) [zfp]: crate::array::codec::array_to_bytes::zfp [pcodec]: crate::array::codec::array_to_bytes::pcodec [vlen]: crate::array::codec::array_to_bytes::vlen [vlen_v2]: crate::array::codec::array_to_bytes::vlen_v2 [bz2]: crate::array::codec::bytes_to_bytes::bz2 [gdeflate]: crate::array::codec::bytes_to_bytes::gdeflate