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
Using a split/join results in a lot of garbage collection for the unused
arrays, along with being fairly slow. This just moves to using a RegExp
replace instead.
Bench result:
> 3,410 ops/sec
Bench result on main:
> 1,150 ops/sec
0 commit comments