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
Fixed template parsing with several <<>> placeholders, and also when template has both <<>> and normal placeholders and null replacement is passed.
The function may be a bit more complex now, but simpler solutions were 4-5 times slower, which was a considerable amount. In the cases where the previous implementation worked fine, the new one is as fast, or in some benchmarks even faster.
0 commit comments