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
I was working on improving this algorithm to reduce the number of
allocations when I found out that with the addition of the additional
test cases, `Max processes` was failing to match the `switch`
statement as for some reason the limit name has a trailing
whitespace. By trimming the spaces it now matches all cases.
Signed-off-by: Leandro López (inkel) <[email protected]>
0 commit comments