Re: ADT.Heap performance poorer than just sorting and slicing
"Martin Nilsson (Coppermist) @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
> >I'm not sure what the algorithm for fuzzymatch currently is, but it's >giving much more useful typo correction than levenshtein_distance is. >I'd rather a slight pause followed by useful results than immediate >but useless ones :) > Good to know. I would have guessed levenshtein_distance to be better...