Small optimizations in dispatch method: 1) lookup node's __class__ once
and store in local; 2) define _preorder to be dispatch (rather than method that called dispatch).
Showing
Please register or sign in to comment
and store in local; 2) define _preorder to be dispatch (rather than method that called dispatch).