Attempts at speeding up StringTableBuilder

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 14:55:48 PDT 2016


Does it actually imply more string comparisons? I think the number of
string comparisons remains the same.

On Mon, Oct 17, 2016 at 2:46 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> On 17 October 2016 at 17:30, Rui Ueyama <ruiu at google.com> wrote:
> > Is there any way to speed up using multiple threads? It seems doable to
> > split a set of strings into multiple shards, do string merging for each
> > shard, and then just concatenate the results.
>
> Maybe, but it is not entirely clear that would be faster since it
> would imply more string comparisons.
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161017/5d19c4e9/attachment.html>


More information about the llvm-commits mailing list