-
Notifications
You must be signed in to change notification settings - Fork 808
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
Text draw speed regression #1500
Comments
@edvv could you please explain what text draw API you are seeing regression in? What formatting you are using and the contents? |
@rajsesh-msft The API is that of the project at this URL: Where [aString drawAtPoint:aPoint withAttributes:stringAttributes]; is called tens to hundreds of times for tables formatted as shown at this URL: http://www.vvidget.org/manuals/GraphIDE/Controls/Tables/index.html and while scrolling. It is noticeable by a user while scrolling, but is not particular to this situation. Sincerely, Ed |
This problem persists with release 43. |
#1374 won't fix all issues afterall, so we will keep this active for now. |
Issue #1620 will improve the performance. We will re-evaluate perf after that work and iterate. |
Dear WinObjC Engineers,
From release 41 to 42 there is a regression in text drawing speed. Release 41 is about 10 to 100 times faster than 42. It is a very significant effect. Release 41 text draw speed was similar to an iPad, while Release 42 is an order of magnitude or two slower.
See also #1374
Sincerely,
Ed
The text was updated successfully, but these errors were encountered: