Investigate and improve performance
Opened this issue · 0 comments
monkeyman192 commented
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.