monkeyman192/pyMHF

Investigate and improve performance

Opened this issue · 0 comments

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.