Skip to main content

prefix_stability_score

Function prefix_stability_score 

Source
pub fn prefix_stability_score(previous: &[u8], current: &[u8]) -> f64
Expand description

Ratio of the previous prefix preserved at the start of the current prefix. Appending content is perfectly stable; a mutation near the front scores low.