RapidFuzz icon indicating copy to clipboard operation
RapidFuzz copied to clipboard

use Hirschbergs algorithm for Indel.editops / LCS.editops

Open maxbachmann opened this issue 1 year ago • 0 comments

Using Hirschbergs algorithm when calculating Indel.editops / LCS.editops would significantly reduce the memory usage. This is already done for Levenshtein which reduces the memory usage from O(N*M) to a maximum of around 1mb.

maxbachmann avatar Nov 05 '23 00:11 maxbachmann