What steps will reproduce the problem?
1. try to match a very large string with no newlines to another one
2. observe an Out Of Memory error
What is the expected output? What do you see instead?
In that case, a simple comparison with no detailed difference should be
performed. Another possibility would be to "chunk" the big string into
smaller, manageable, pieces and apply the EditDistance algorithm locally.
Please use labels and text to provide additional information.
Original issue reported on code.google.com by etorrebo...@gmail.com on 19 Feb 2010 at 3:58
Original issue reported on code.google.com by
etorrebo...@gmail.com
on 19 Feb 2010 at 3:58