1
0
mirror of https://github.com/golang/go synced 2024-09-30 18:18:32 -06:00
go/cmd/gotype
Robert Griesemer 0c141425f6 go.tools/cmd/gotype: parse in parallel
Performance increase is much smaller than expected;
need to investigate. Possibly, repeatedly (for each
line) accessing file sets from multiple goroutines
(in the scanner) is a bottle neck; or perhaps i/o.

R=adonovan
CC=golang-dev
https://golang.org/cl/23090043
2013-11-07 13:32:02 -08:00
..
doc.go go.tools/cmd/gotype: parse in parallel 2013-11-07 13:32:02 -08:00
gotype.go go.tools/cmd/gotype: parse in parallel 2013-11-07 13:32:02 -08:00