Skip to content
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

x/image/draw: add fast paths for image.RGBA64Image and draw.RGBA64Image #62423

Closed
zephyrtronium opened this issue Sep 2, 2023 · 1 comment
Closed
Labels
NeedsFix The path to resolution is known, but the work has not been done. Performance
Milestone

Comments

@zephyrtronium
Copy link
Contributor

#44808 added image.RGBA64Image and draw.RGBA64Image interfaces which use color.RGBA64 instead of color.Color in order to avoid heap allocations on pixel operations. Fast paths for drawing with these images were added to image/draw, but not to x/image/draw (which was the original motivation for #44808). It would be nice to add them.

CL incoming.

cc @nigeltao

@gopherbot gopherbot added this to the Unreleased milestone Sep 2, 2023
@gopherbot
Copy link

Change https://go.dev/cl/525255 mentions this issue: draw: add fast paths for RGBA64Image

@dmitshur dmitshur added Performance NeedsFix The path to resolution is known, but the work has not been done. labels Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. Performance
Projects
None yet
Development

No branches or pull requests

3 participants