Crates.io | savant_rs |
lib.rs | savant_rs |
version | 0.1.23 |
source | src |
created_at | 2023-05-16 08:28:51.261184 |
updated_at | 2023-06-03 09:57:43.917335 |
description | Savant rust optimization library |
homepage | https://github.com/insight-platform/savant-rs |
repository | https://github.com/insight-platform/savant-rs |
max_upload_size | |
id | 865903 |
size | 307,852 |
Savant Library with new generation primitives re-implemented in Rust.
Run tests:
cargo test --no-default-features
Run benchmarks:
cargo bench --no-default-features
Build Wheel:
RUSTFLAGS=" -C target-cpu=x86-64-v3 -C opt-level=3" maturin build --release -o dist
Install Wheel:
pip3 install --force-reinstall dist/savant_primitives-0.1.2-cp38-cp38-manylinux2014_x86_64.whl