Skip to main content

ratio_b2j

Function ratio_b2j 

Source
pub fn ratio_b2j(a: &str, b: &str) -> f64
Expand description

The difflib b2j ratio path directly (bypasses the length dispatch) — exposed for benchmarking and as a second, structurally-distinct exact implementation. Prefer ratio for real use.