<div dir="ltr">Does it actually imply more string comparisons? I think the number of string comparisons remains the same.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 17, 2016 at 2:46 PM, Rafael EspĂ­ndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 17 October 2016 at 17:30, Rui Ueyama <<a href="mailto:ruiu@google.com">ruiu@google.com</a>> wrote:<br>
> Is there any way to speed up using multiple threads? It seems doable to<br>
> split a set of strings into multiple shards, do string merging for each<br>
> shard, and then just concatenate the results.<br>
<br>
</span>Maybe, but it is not entirely clear that would be faster since it<br>
would imply more string comparisons.<br>
<br>
Cheers,<br>
Rafael<br>
</blockquote></div><br></div>