2个版本

0.1.1+SZ3-3.1.8.12024年5月28日
0.1.0+SZ3-3.1.82024年5月22日

169压缩 中排名

Download history 138/week @ 2024-05-18 173/week @ 2024-05-25 46/week @ 2024-06-01 58/week @ 2024-06-08 36/week @ 2024-06-15 15/week @ 2024-06-22 10/week @ 2024-06-29 1/week @ 2024-07-06 25/week @ 2024-07-13 24/week @ 2024-07-20 5/week @ 2024-07-27

每月 56 次下载

MIT/ApacheGPL-3.0-only

4.5MB
40K SLoC

C 35K SLoC // 0.2% comments C++ 3K SLoC // 0.1% comments Rust 1K SLoC // 0.0% comments Visual Studio Project 180 SLoC Python 79 SLoC // 0.3% comments Objective-C 69 SLoC Visual Studio Solution 24 SLoC Batch 19 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