You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
damiendr
added a commit
to damiendr/QuartzImageIO.jl
that referenced
this issue
Nov 27, 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.The text was updated successfully, but these errors were encountered: