Skip to content
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

Possible fix for performance issues for WinForms #58

Closed
wants to merge 1 commit into from
Closed

Possible fix for performance issues for WinForms #58

wants to merge 1 commit into from

Conversation

MrDevBot
Copy link
Contributor

Set the process priority to RealTime assigning it priority over others, while i wouldn't usually suggest this as this is a "single" Async threaded program it would be advisable in this case

Set the process priority to RealTime assigning it priority over others, while i wouldn't usually suggest this as this is a "single" Async threaded program it would be advisable in this case
@NYAN-x-CAT
Copy link
Owner

I don't know how this should improve performance for winform, but you can improve the performance by using other methods such as async, tasks...etc
Using RealTime is not recommended. especially when the program doesn't have long running threads.

@MrDevBot
Copy link
Contributor Author

MrDevBot commented Jun 4, 2019

This issue has been made less prevalent with newer versions of the project and will be closed

@MrDevBot MrDevBot closed this Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants