Make image chunk type ref struct
#2876
Replies: 1 comment 2 replies
-
Is there any codegen advantage from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've found that most of the image block types (such as
PngPhysical
,WebpVp8X
, etc.) are only used as intermediate variables for reading and writing images, not as members.Maybe we can change these types to
ref struct
for efficiency.Beta Was this translation helpful? Give feedback.
All reactions