Muki-SkyWalker / specs

Automatically exported from code.google.com/p/specs
Other
0 stars 0 forks source link

OOME on large detailed differences #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by etorrebo...@gmail.com on 20 Feb 2010 at 10:57

GoogleCodeExporter commented 9 years ago

Original comment by etorrebo...@gmail.com on 21 Feb 2010 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by etorrebo...@gmail.com on 26 May 2010 at 10:26