Closed RobertCochran closed 1 year ago
Rearrange the checks in multi-sym? so that we don't do symbol splitting until we're sure the symbol isn't otherwise disqualified from being a multi-sym. This new check ordering saves memory and time compared to the existing one.
multi-sym?
This looks great; thank you. I've merged the changes.
Rearrange the checks in
multi-sym?
so that we don't do symbol splitting until we're sure the symbol isn't otherwise disqualified from being a multi-sym. This new check ordering saves memory and time compared to the existing one.