We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In
ImageDraw.jl/src/ellipse2d.jl
Line 18 in 8b2a4f1
It would avoid dynamically allocating x and y.
x
y
If there's no reason not I can PR and benchmark.
The text was updated successfully, but these errors were encountered:
fix JuliaImages#78
bd1de43
I went ahead and tried it out, looks pretty promising...
Sorry, something went wrong.
79008c3
No branches or pull requests
In
ImageDraw.jl/src/ellipse2d.jl
Line 18 in 8b2a4f1
we collect indices to later iterate over and draw (here). Why not skip the collection and just draw right there and then inside the loop?
It would avoid dynamically allocating
x
andy
.If there's no reason not I can PR and benchmark.
The text was updated successfully, but these errors were encountered: