#bindings #github #cross-platform #zfp #com-llnl-zfp #10 #cuda

sys zfp-sys-cc

对 ZFP (https://github.com/LLNL/zfp) 的原始 Rust 绑定,支持 Microsoft Windows 10

5 个版本

0.1.4 2023 年 6 月 16 日
0.1.3 2021 年 9 月 17 日
0.1.2 2020 年 10 月 27 日
0.1.1 2020 年 6 月 18 日
0.1.0 2020 年 5 月 1 日

压缩 中排名 #639

MIT 许可协议

420KB
11K SLoC

C 5K SLoC // 0.1% comments C++ 4.5K SLoC // 0.0% comments FORTRAN Modern 1K SLoC CUDA 396 SLoC // 0.0% comments Cython 354 SLoC // 0.1% comments Rust 145 SLoC // 0.1% comments Shell 45 SLoC // 0.2% comments Python 14 SLoC

zfp-sys-cc

对 ZFP (https://github.com/LLNL/zfp) 的原始 Rust 绑定,支持 Windows 10。

一个基于 "cc" 的跨平台 crate,支持 Windows 10,与仅适用于 Linux 和 macOS 的基于 "cmake" 的 "zfp-sys" crate 相反。

构建支持可选的带 CUDA 支持的编译,即在您的 Cargo.toml 中放置以下内容

zfp-sys-cc = {version = "*", features = ["cuda"]}

警告:此 crate 中的可选 CUDA 支持尚未经过充分测试。性能可能会有所不同。

无运行时依赖

~0–2MB
~39K SLoC