| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Merging this PR will improve performance by ×2.5⚠️ Different runtime environments detected
⚡ 2 improved benchmarks Performance Changes
Tip Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent. Comparing akx:faster-filter-still (bcb47ed) with main (3220aca) Footnotes
|
Sorry, something went wrong.
|
Updated from main following benchmark image update: #9831. |
Sorry, something went wrong.
| } | ||
| } else { | ||
| } else if (im->type == IMAGING_TYPE_SPECIAL) { | ||
| // Check for I;16 mode once, not per pixel |
There was a problem hiding this comment.
| // Check for I;16 mode once, not per pixel |
Once this is merged, I don't think it's obvious what the comment is referring to
Sorry, something went wrong.
| } | ||
| } else { | ||
| } else if (im->type == IMAGING_TYPE_SPECIAL) { | ||
| // Check for I;16 mode once, not per pixel |
There was a problem hiding this comment.
| // Check for I;16 mode once, not per pixel |
Sorry, something went wrong.
Also adds LA to some tests as a side effect
Co-authored-by: Aarni Koskela <akx@iki.fi>
| Back | FazBrowse Home | New Git URL |
Follows up on #8438; same split-by-mode optimization technique as in #9737.
Also fixes up things around ImageFilter:
The correctness bugs from #9786 are fixed here too.