2个版本
0.1.1+SZ3-3.1.8.1 | 2024年5月28日 |
---|---|
0.1.0+SZ3-3.1.8 | 2024年5月22日 |
169 在 压缩 中排名
每月 56 次下载
4.5MB
40K SLoC
sz3-rs
对SZ3有损浮点压缩器的顶层绑定。
用法
let data = vec![0; 64 * 64 * 64];
let data = DimensionedData::build(&data)
.dim(64)?
.dim(64)?
.remainder_dim()?;
let config = Config::new(ErrorBound::Absolute(0.02));
let compressed = compress_with_config(&data, &config);
let decompressed = decompress::<f32, _>(&*compressed);
依赖项
~2.8–5.5MB
~100K SLoC