chanhx / crabviz

🦀 A LSP-based interative call graph generator
Apache License 2.0
674 stars 22 forks source link

generate Go call so slow #29

Closed PaiHL closed 3 months ago

PaiHL commented 5 months ago

image

I await about 20min.

image

chanhx commented 5 months ago

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.

chanhx commented 3 months ago

Closing this issue due to inactivity.