Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/cmd/guru: do more global, pkglevel referrers work concurrently #24272

Closed
josharian opened this issue Mar 6, 2018 · 1 comment
Closed
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@josharian
Copy link
Contributor

There are two loops in cmd/guru/referrers.go func globalReferrersPkgLevel that are embarrassingly parallelizable. Do so.

See https://golang.org/cl/97800 for discussion and identification of the two loops.

cc @keegancsmith @alandonovan

@josharian josharian self-assigned this Mar 6, 2018
@gopherbot gopherbot added this to the Unreleased milestone Mar 6, 2018
@andybons andybons added the NeedsFix The path to resolution is known, but the work has not been done. label Mar 7, 2018
@gopherbot
Copy link

Change https://golang.org/cl/108878 mentions this issue: cmd/guru: parallelize loop in globalReferrersPkgLevel

@golang golang locked and limited conversation to collaborators May 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants