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

How is performance vs ghci using solutions? #4

Open
codygman opened this issue Apr 17, 2020 · 2 comments
Open

How is performance vs ghci using solutions? #4

codygman opened this issue Apr 17, 2020 · 2 comments

Comments

@codygman
Copy link

Is there any difference in the performance of using hie files and LSIF for Hover to show types or go to definition for very large projects?

If you haven't tested and don't say "the performance is worse even for small projects" I'll probably get around to testing this and trying to answer that question.

@mpickering
Copy link
Owner

I'm not sure the question is well defined. How are you using hie files or LSIF to implement hover?

@codygman
Copy link
Author

Sorry for not being clear.

From my understanding hie and ghcide both use an external ghci process for hover. It appears in this project you've implemented an LSIF index on top of which hover can be implemented.

I'm asking if the function that implements hover in this repo using HIE files vs the existing functions in hie and ghcide that implement hover with an external ghci process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants