frizbee 0.10.0

Fast typo-resistant fuzzy matching via SIMD smith waterman, similar algorithm to FZF/FZY
Documentation
1
2
3
4
5
6
7
8
9
//! Tests for the SIMD backend abstraction.
//!
//! - [`contract`] checks each backend's primitives (eq, gt, shift, ...) against the scalar impl
//! - [`parity`] checks that every backend produces identical scores and indices to the scalar impl
//! - [`generator`] randomized-input generator used by `parity` and `/tests/api_properties.rs`

mod contract;
mod generator;
mod parity;