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 `string.getbyte(pos)` rather than `string[pos]` avoids the
allocation of a temporary string object. This gives a speedup of ~5%
to most benchmarks.
0 commit comments