Skip to content

Investigate and improve performance #26

Open
@monkeyman192

Description

@monkeyman192

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions