Speed up the recursion to children in Visitor.py by avoiding cpdef call...
Speed up the recursion to children in Visitor.py by avoiding cpdef call overhead (most transforms are Python classes with class dicts that require an override check).
Showing
Please register or sign in to comment