[technical improvement] make self._plugin_overrides
a dictionary indexed by func name, for faster access
#980
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I am browsing through the cat's code and I found a TODO comment that suggest implementing an improvement:
self._plugin_overrides = [] # TODO: make this a dictionary indexed by func name, for faster access
in mad_hatter.plugin module.
So I think I developed the improvement.
Is there a quick way to test it using test module ?
The text was updated successfully, but these errors were encountered: