| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
Merging this PR will improve performance by 96.24%⚠️ Different runtime environments detected
⚡ 20 improved benchmarks Performance ChangesTip 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:unbound (2a5ef4c) with main (3220aca) Footnotes
|
Sorry, something went wrong.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Hoist/restrict and autovectorization optimizations for getbbox().
A review also showed that I;16 modes weren't correctly supported by this function (they were iterating over int8), so that got fixed too. I know it's bad form to mix optimizations and bugfixes into one PR, but the bugfix would have required the const type* row = ... hoist assignments anyhow.