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 ?