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

Performance: make JpegStreamReader\Writer a struct #32

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

vbaderks
Copy link
Contributor

Both classes are always embedded in their parent class. It is more efficient to defines these internal types as structs.

Both classes are always embedded in their parent class. It is more efficient to defines these internal types as structs.
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
CharLS.Managed 91% 83% 1505
Summary 91% (2571 / 2836) 83% (1042 / 1253) 1505

@vbaderks vbaderks merged commit 0665cf9 into main Aug 14, 2024
10 of 11 checks passed
@vbaderks vbaderks deleted the class-to-struct branch August 14, 2024 20:17
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 this pull request may close these issues.

1 participant