3个版本

0.1.23 2023年6月3日
0.1.9 2023年5月22日
0.1.5 2023年5月16日

#2310算法

31 每月下载量

Apache-2.0

300KB
8K SLoC

Savant基本工具和优化算法

Savant库,使用Rust重新实现了新一代的基本工具。

运行测试

cargo test --no-default-features

运行基准测试

cargo bench --no-default-features

构建Wheel

RUSTFLAGS=" -C target-cpu=x86-64-v3 -C opt-level=3" maturin build --release -o dist

安装Wheel

pip3 install --force-reinstall dist/savant_primitives-0.1.2-cp38-cp38-manylinux2014_x86_64.whl

许可证

Apache License 2.0

依赖项

~24–34MB
~553K SLoC