-
Notifications
You must be signed in to change notification settings - Fork 113
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 times & stagedfunctions #21
Comments
I have been thinking a lot about this too - to the point where I've started writing, then discarded, a post to julia-users asking where the documentation for In the meantime, my workaround when testing various things has been to comment out most options for But yes, we should definitely do this. |
I'm being begged to write stagedfunction documentation in multiple julia issues already. |
Bump! Now that |
@mbauman Thanks for the notification! I've been swamped by other stuff (work, mostly...) lately, so I haven't been able to put as much time as I'd like into this project. I'll see when I can get to it next, but I won't complain if anyone else gets to it before I do. |
I likewise plan to get to this if no one beats me to it, but it won't be before Wednesday. |
Fixed by 6da1207 |
The load time for the package are fairly long, largely because lots of methods need to be generated. The load time could probably be drastically shortened using stagedfunctions, which allow the methods to be generated on-demand.
If you get to the point where you are ready to switch your development to 0.4, I will gladly convert things over to using stagedfunctions.
The text was updated successfully, but these errors were encountered: