This repository was archived by the owner on May 15, 2023. It is now read-only.

Description
Low(ish) priority, because it doesn't impact functionality, but if possible, the efficiency of MethodRegistry.lookup() in service.py should be improved.
For implementations with multiple paths, lookup() is catching multiple exceptions in cases that aren't exceptional. That's too expensive.
I'm seeing 2ms per iteration on GAE standard.