I suspect the first version should be quicker due to processing the full planet in an --apply-change task only once.<br><br>But in practice it may not make much difference. The overheads of an extra entity comparison may not be much compared to the rest of processing.<br>
<br>Brett<br><br><div class="gmail_quote">On Sat, Jan 9, 2010 at 9:03 PM, Frederik Ramm <span dir="ltr"><<a href="mailto:frederik@remote.org">frederik@remote.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
say I have a planet file and want to apply two daily diffs to it.<br>
Which of the following would result in faster execution:<br>
<br>
--rxc diff1.osc --rxc diff2.osc --mc --rx planet.osm --ac --wx new.osm<br>
<br>
or<br>
<br>
--rxc diff1.osc --rxc diff2.osc --rx planet.osm --ac --ac --wx new.osm<br>
<br>
?<br>
<br>
Bye<br>
Frederik<br></blockquote></div><br>