rufuspollock-okfn / reconcile-csv

A simple OpenRefine reconciliation service that runs on top of a CSV file
BSD 2-Clause "Simplified" License
117 stars 28 forks source link

stop fuzzy matching if the first time a full score is met #22

Open mihi-tr opened 9 years ago

mihi-tr commented 9 years ago

This incorporates a suggestion from @tfmorris on Github issue #14 : We don't need to continue matching the rest of the rows if a perfect match has been hit.

In the best case this speeds up matching a bit. In worst case: It's a little bit slower due to the additional checks happening. The speedup is quite significant if the matched up line is at the beginning of the file. Slow down is acceptable.

jroachgit commented 5 years ago

this would be very good.