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

Slow start #10

Open
reynir opened this issue Jun 19, 2017 · 1 comment
Open

Slow start #10

reynir opened this issue Jun 19, 2017 · 1 comment

Comments

@reynir
Copy link
Owner

reynir commented Jun 19, 2017

The module takes a while to initialize, almost one second. This is not ideal when #require "ocp-index-top";; is added to .ocamlinit. Options to consider:

  • Caching the index

  • If possible, running the indexing in the background

@reynir
Copy link
Owner Author

reynir commented Sep 7, 2017

Another solution is to lazily index the packages. It's currently implemented in the lazy branch.

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

1 participant