-
Notifications
You must be signed in to change notification settings - Fork 147
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
Slow org.eclipse.swt.widgets.Display.withCrLf(String) #1718
Labels
Comments
jukzi
added
regression
Something that used to work
performance
Performance issue
Windows
Happens on Windows OS
labels
Jan 13, 2025
Christopher-Hermann
added a commit
to Christopher-Hermann/eclipse.platform.swt
that referenced
this issue
Jan 14, 2025
Changing back to the old withCrLf coding. Regex is causing performance issues. Furthermore, handling of mixed \n and \r\n is improved. Fixes: eclipse-platform#1718
@jukzi Could you please check if the issue is resolved with this PR? |
Christopher-Hermann
added a commit
to Christopher-Hermann/eclipse.platform.swt
that referenced
this issue
Jan 16, 2025
Changing back to the old withCrLf coding. Regex is causing performance issues. Furthermore, handling of mixed \n and \r\n is improved. Fixes: eclipse-platform#1718
Christopher-Hermann
added a commit
to Christopher-Hermann/eclipse.platform.swt
that referenced
this issue
Jan 16, 2025
Changing back to the old withCrLf coding. Regex is causing performance issues. Furthermore, handling of mixed \n and \r\n is improved. Fixes: eclipse-platform#1718
Christopher-Hermann
added a commit
to Christopher-Hermann/eclipse.platform.swt
that referenced
this issue
Jan 16, 2025
Changing back to the old withCrLf coding. Regex is causing performance issues. Furthermore, handling of mixed \n and \r\n is improved. Fixes: eclipse-platform#1718
Christopher-Hermann
added a commit
to Christopher-Hermann/eclipse.platform.swt
that referenced
this issue
Jan 16, 2025
Changing back to the old withCrLf coding. Regex is causing performance issues. Furthermore, handling of mixed \n and \r\n is improved. Fixes: eclipse-platform#1718
Christopher-Hermann
added a commit
to Christopher-Hermann/eclipse.platform.swt
that referenced
this issue
Jan 17, 2025
Changing back to the old withCrLf coding. Regex is causing performance issues. Furthermore, handling of mixed \n and \r\n is improved. Fixes: eclipse-platform#1718
Christopher-Hermann
added a commit
to Christopher-Hermann/eclipse.platform.swt
that referenced
this issue
Jan 20, 2025
Changing back to the old withCrLf coding. Regex is causing performance issues. Furthermore, handling of mixed \n and \r\n is improved. Fixes: eclipse-platform#1718
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
reproduce: open help/"Installation Details"/Configuration (~200_000 lines)
=> UI freeze warning
regression from #1708 @Christopher-Hermann
A regexp is performance overkill.
The text was updated successfully, but these errors were encountered: