Cargo Features
Granne has no features set by default.
[dependencies]
granne = { version = "0.5.2", features = ["singlethreaded", "rw_granne", "blas"] }
- singlethreaded
- rw_granne
-
Affects
index::rw
…
Features from optional dependencies
- blas implicit feature
-
Enables blas ^0.20.0
blas:
The package provides wrappers for BLAS (Fortran)
Affects
math::dot_product_f32
,math::sum_into_f32
,math::normalize_f32
…