sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

replace github.com/rogpeppe/rog-go/parallel with github.com/neelance/parallel #302

Closed neelance closed 8 years ago

neelance commented 8 years ago

This avoids messing up CPU and memory profiles by not adding its own stack frame.

neelance commented 8 years ago

/cc @shurcooL

keegancsmith commented 8 years ago

LGTM

btw I just want to re-iterate how awesome I think this change is. Beautiful solution to our problem.