Skip to content

Very inefficient loading of images #49

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

Closed
RalphAS opened this issue Sep 8, 2018 · 0 comments · Fixed by #53
Closed

Very inefficient loading of images #49

RalphAS opened this issue Sep 8, 2018 · 0 comments · Fixed by #53

Comments

@RalphAS
Copy link

RalphAS commented Sep 8, 2018

As reported in JuliaImages/Images.jl#737, JuliaImages/Images.jl#743, image loading is very slow. This is because of the problem described in JuliaLang/julia#28980. It appears that replacing the array copy operations in the fill... methods with broadcast can alleviate most of the problem.

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

Successfully merging a pull request may close this issue.

1 participant