Correction: https://github.com/golang/go/issues/18348
On 16 December 2016 at 11:29, Alan Donovan <[email protected]> wrote: > On 16 December 2016 at 11:01, Jan Mercl <[email protected]> wrote: > >> go/{scanner <https://goto.google.com/%7Bscanner>,parser} speed is okay. >> It's problem is that it does not scale well in parallel execution when >> there's a shared token.FileSet. >> > > That's a good point. I measured the benefit of fine-grained locking and > it's compelling; see https://github.com/golang/go/issues/1834. > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
