Allocation of the LCS table can get catastrophically large (I'm seeing 44GB memory usage when trying to compare two 70k line files).
I believe there are more efficient approaches that don't require allocating the entire table in one go (eg. proceeding row by row)
Allocation of the LCS table can get catastrophically large (I'm seeing 44GB memory usage when trying to compare two 70k line files).
I believe there are more efficient approaches that don't require allocating the entire table in one go (eg. proceeding row by row)