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
numfmt: replace double-reverse with forward pass in apply_grouping
Build the grouped string in a single forward pass using chunk iteration
instead of reversing, inserting separators, then reversing again. This
avoids an extra String allocation and collection.
0 commit comments