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
[perf] Improve string encoding performance by ~50%
Entity encoding is a large portion of time spent, since we encode all attribute values and text nodes.
This switches encoding from multiple regular expressions to a linear forward scan.
0 commit comments