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

startup time #87

Open
stuckyb opened this issue Oct 26, 2017 · 0 comments
Open

startup time #87

stuckyb opened this issue Oct 26, 2017 · 0 comments

Comments

@stuckyb
Copy link
Owner

stuckyb commented Oct 26, 2017

Currently, OntoPilot is relatively slow to start up. It would be good to investigate ways to improve this. Options include:

  1. Optimizing import statements so that modules are only imported when needed (but be careful of repeated imports (e.g., inside functions), which could degrade performance).
  2. Using something like Nailgun might also be an option (http://martiansoftware.com/nailgun/).
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