Open GoogleCodeExporter opened 9 years ago
Perhaps it would be better to find out if there are any memory leaks and fix
them first?
I am not sure if DaisyDiff was designed in order to run with gigantic files.
See also issue 21 and issue 23
Original comment by kkape...@gmail.com
on 19 May 2011 at 8:36
There's no memory leaked beyond the end of the operation. It's just that as
daisydiff/rangedifferencer go through their machinations they slowly create a
giant set of result definitions. This may be the result of a bug that occurs
for my specific data, but I don't really think so. Doubtless there are
improvements to be made to daisy diff's memory usage. But it may never be
achievable to make it handle absolutely any data in limited time and memory.
However, as long as a running diff can be cancelled externally, mitigation for
impossible diffs is feasible.
I don't consider this issue to be a defect report but an enhancement request
(but I can't set that).
Think of it as a solution to
http://code.google.com/p/daisydiff/issues/detail?id=21#c5 that is based on the
observation that daisydiff takes considerable time to consume memory.
Original comment by don.jp.w...@gmail.com
on 20 May 2011 at 12:29
Original comment by kkape...@gmail.com
on 20 May 2011 at 7:33
Original issue reported on code.google.com by
don.jp.w...@gmail.com
on 17 May 2011 at 12:04