-
Notifications
You must be signed in to change notification settings - Fork 27
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
Move restrict to a faster loading package? #69
Comments
@timholy how do you think of moving |
I'm supportive of the idea of splitting it out but a bit reluctant to move it to ImageCore, simply because there are no other "algorithms" in there: it's all traits and views. We could make a separate ImageUtils package and put it there. We could also split out a subpackage from this one and register it separately, e.g., |
Haven't tried it out, but perhaps we could take advantage of https://github.com/JuliaPackaging/Preferences.jl to come up with a way to lazily compile the module, i.e., if we only need a function, then only compile related parts? |
It's been a while since I opened this issue.. and load time (and precomp time) has, as expected, improved with 1.6
I'm not too worried anymore, but don't let that stall the idea if you think it's still worth it |
among the 1.8seconds using time, about 0.8 seconds are contributed by |
I plan to make Because the main purpose of |
Is there a way to get the restrict function with faster load times?
The text was updated successfully, but these errors were encountered: