-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Better cairo draw caching + code #1701
Conversation
Aliens? |
My laptop is much slower on battery (at least 2x slower), so I wonder if there is some daily performance Windows 11 decides on - wouldn't be totally implausable I suppose :D |
It's Friday. Maybe it will get fast on Monday again? Also, do you |
I do like that trend, though, that's pretty awesome! Looks like we've already achieved a 25% savings. |
02afce5
to
7041b7b
Compare
I think this can be closed in favor of the cleaned up version in #1723 |
Looks like this is ~2s faster then the previous fastest version:
What's really weird though is, that every day the benchmark becomes almost exactly one second slower...
So, while this should be, when adding up the diffs to the previously fastest version, something like 5-6s faster then the fastest version from monday, this is actually slightly slower then what I measured on monday...
Yet, when I measure the version from monday, that version is now suddenly much slower, so the gains seem real in some way.
Since running the benchmark takes a long time, it's not that easy to pin this down, but I'll try to add more comparisons along the way to see what's going on.