| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@matthewrosse Would you check your code against the latest state of main, especially the changes of #372? Does this add improvement over the current solution? |
Sorry, something went wrong.
|
Merged! The performance improvement is confirmed (~1000x speedup). Great work. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR solves a performance issue with the current SolidFillColorMask apply_mask function implementation.
Benchmarks for content length of 1000 bytes (bg != white && fg != black):
Before: 440.4522 seconds
After: 0.4058 seconds
Result: x1100 speedup