crabviz
crabviz copied to clipboard
generate Go call so slow
I await about 20min.
Hmm, the performance bottleneck is on the language server side, and the Go language extension is relatively fast among all the extensions for compiled languages I have tested. If it takes too long to generate a call graph, you could consider a partial code analysis, selecting a few files to generate a call graph at a time.
BTW, Is the code open source? If yes, then I can test Crabviz on it.
Closing this issue due to inactivity.