in reply to
Comparing likeness of two strings
RiotTown
,
It sounds like you rolled your own.
Text::Levenshtein
has a
fastdistance
function and if that is not fast enough for you,
Text::LevenshteinXS
uses C for speed.
Cheers -
L~R
Comment on
Re: Comparing likeness of two strings
In Section
Seekers of Perl Wisdom