savant_rs 0.1.23

Savant rust optimization library
Documentation

Savant Primitives And Optimized Algorithms

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

License

Apache License 2.0