<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, May 3, 2017 at 1:19 PM Rafael Avila de Espindola <<a href="mailto:rafael.espindola@gmail.com">rafael.espindola@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Do you need to move everything at once? For example, are you planning on<br>
using the parallel sort?<br></blockquote><div><br></div><div>No immediate plans to use parallel_sort, but on the other hand I don't think it makes sense to fragment parallel functionality either.  There's no reason that someone down the line (including LLDB) might not want parallel_sort.  I'd wager that part of why LLDB hasn't used this sooner is because nobody knew about it.  So there's less friction if it's just there.  There's also a lot of boilerplate and header inclues that uglify the source, and having to duplicate that ugliness in multiple places seems unnecessary.</div></div></div>