RapidFuzz
RapidFuzz copied to clipboard
reduce len() calls
Reduce duplicate len()
calls by assigning length to variable.
Probably only has a microscopic effect on performance, but it is something.