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

Investigate and improve performance #26

Open
monkeyman192 opened this issue Oct 31, 2024 · 0 comments
Open

Investigate and improve performance #26

monkeyman192 opened this issue Oct 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@monkeyman192
Copy link
Owner

cyminhook has some methods to add hooks to be queued to be enabled or disabled. We should investigate whether this is more efficient than the current method.
This solution would look something like:

for each hook:
   cyminhook.queue_enable(hook)
cyminhook.apply_queued()

Can probably use queue_disable to bulk disable too.

@monkeyman192 monkeyman192 added the enhancement New feature or request label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant