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

Rewrite helper in C++ for significant speed boost #262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aaronjamt
Copy link

At least on Ubuntu, unlocking the screen freezes for several seconds while waiting for the pa_helper script to run at least 10 times. Rewriting it in C++ means that each run take about 0.002 seconds (on my machine) instead of about 0.2 seconds for the Python script. This fixes #261, #257, and #246.

At least on Ubuntu, unlocking the screen freezes for several seconds while waiting for the `pa_helper` script to run at least 10 times. Rewriting it in C++ means that each run take about 0.002 seconds (on my machine) instead of about 0.2 seconds for the Python script.
@kgshank
Copy link
Owner

kgshank commented Mar 14, 2023

Thanks for the support. I am not merging this PR now, as there were some guidelines against distributing binaries. I am really outdated now, so I will check for the latest guidelines and merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] extension freeze session when logging in
2 participants