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
We can avoid all the computation of valid indices for this simple
function, since it only strips CR (0xD) and LF (0xA), which are known to
be single bytes. This is approximately four times faster.
---------
Co-authored-by: Dilum Aluthge <[email protected]>
0 commit comments