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
Prior to this commit, the size malloced was just the same as the length
of the input string, which is a worst case scenario. This commit
changes so the new pass through the input (introduced in the previous
commit) also calculates the needed length.
The additional cost of doing this is minimal. It has advantages on a
very long string with lots of sequences that are convertible.
0 commit comments