Select a backend for the current R process. Backend loading is intentionally
one-shot: the selected shared library is fixed for the lifetime of the R
process. This must be called before the first native Rsassy operation,
including sassy_features(), sassy_searcher(), or sassy_search(). Rsassy
does not unload and replace backend DLLs because that is not reliable across R
platforms. Use this for benchmarking installed backends against each other in
separate fresh R processes.
Usage
sassy_set_backend(
backend = c("auto", "scalar", "avx2", "avx512", "neon", "wasm_simd128")
)