You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to diff two firefox memory reports (73MiB each) and jdiff exploded, had to shoot it down at about 5GiB of RAM usage.. You may try yourself, the reports can be generated on the internal about:memory page.
The text was updated successfully, but these errors were encountered:
The algorithm does not scale very well and appears to run in O(n^2) time. I don't have any immediate suggestions other than perhaps preprocessing the output into smaller sections and diffing those. If you have ideas on alternative approaches we'd love to hear them!
I just tried to diff two firefox memory reports (73MiB each) and
jdiff
exploded, had to shoot it down at about 5GiB of RAM usage.. You may try yourself, the reports can be generated on the internalabout:memory
page.The text was updated successfully, but these errors were encountered: