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

Improve performance #20

Closed
3 tasks done
Craftplacer opened this issue May 14, 2021 · 6 comments
Closed
3 tasks done

Improve performance #20

Craftplacer opened this issue May 14, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@Craftplacer
Copy link
Collaborator

Craftplacer commented May 14, 2021

  • Listen for messages of windows getting created/destroyed
  • Reduce CPU usage of 'WindowIsOnCurrentDesktop(hWnd)' This function is now rarely called and has actually been optimized as far as it can.
  • Look into repeating changing workspace area (glitching maximized windows)
@Craftplacer Craftplacer added the bug Something isn't working label May 14, 2021
@BlohoJo

This comment has been minimized.

@Craftplacer

This comment has been minimized.

@AEAEAEAE4343
Copy link
Collaborator

Are we done here?

@Craftplacer
Copy link
Collaborator Author

Seems like it, one thing that's still odd is that Debug.WriteLine blocks execution of the app. (Maybe track that inside another issue?)

@AEAEAEAE4343
Copy link
Collaborator

I've made it so that Debug.WriteLine is only called when debugging is enabled in the control panel.

@Craftplacer
Copy link
Collaborator Author

Of course, but it doesn't fix the underlying issue. I'll close this issue for now though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants