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

Perf improvements #38

Merged
merged 11 commits into from
Feb 25, 2021
Merged

Perf improvements #38

merged 11 commits into from
Feb 25, 2021

Conversation

wmww
Copy link
Owner

@wmww wmww commented Feb 25, 2021

Massive speedup. When testing with this command on my XPS, it went from ~33 seconds to ~12 seconds (for reference, just running in GDB takes ~5.5 seconds). A number of things are fixed, some big some rather insignificant. Most of the big wins are a result of things being weirdly slow in GDB (notably using str() on a pointer and getting closure->proxy->display->connection).

Fixes #37

@wmww wmww merged commit bbbbc99 into master Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Receiving events is *very* slow in GDB mode
1 participant