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

Improve loading time #16

Open
dahong67 opened this issue Dec 26, 2020 · 1 comment
Open

Improve loading time #16

dahong67 opened this issue Dec 26, 2020 · 1 comment

Comments

@dahong67
Copy link
Owner

Much of the package loading time currently appears to result from these lines:

using IntervalArithmetic: interval, mid
using IntervalRootFinding: Newton, roots

However, these are only needed for the RootFinding updates.

Perhaps a good use case for Requires.jl? One potential issue seems to be that we can't specify the versions in that case.

@dahong67
Copy link
Owner Author

dahong67 commented May 15, 2022

Another approach is LazyModules.jl: https://github.com/johnnychen94/LazyModules.jl

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