You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
When there are many branches and many branches to ignore get_matching_variables takes O(n²) time. This can probably be optimised by detecting patterns in advance and removing them from the double loop.