-
Notifications
You must be signed in to change notification settings - Fork 127
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
Allow using a pre-allocated array for QOI encoding to avoid allocating a new array for every call. #1098
Conversation
- Add deprecation annotations to prefer the new methods.
korim/src/commonMain/kotlin/com/soywiz/korim/format/ImageFormat.kt
Outdated
Show resolved
Hide resolved
korge-benchmarks/src/jvmMain/kotlin/com.soywiz.benchmarks/QOIBenchmarks.kt
Outdated
Show resolved
Hide resolved
Codecov ReportBase: 53.23% // Head: 53.36% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1098 +/- ##
==========================================
+ Coverage 53.23% 53.36% +0.13%
==========================================
Files 1848 1856 +8
Lines 120330 120783 +453
Branches 18752 18811 +59
==========================================
+ Hits 64052 64461 +409
- Misses 51001 51006 +5
- Partials 5277 5316 +39
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
rdy |
Lgtm. Thanks! |
No description provided.