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
Cache valid alignments map to avoid recreating on every call
Use a static property to cache the valid alignments map, avoiding the overhead of array creation and array_flip() on every setAlignments() call.
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
0 commit comments