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
{{ message }}
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
We're seeing a lot of allocation pressure due to declaration parsing. XMLDeclarationParser always allocates a character array of size 65535. This is quite excessive. Also it's not needed since all the content is already in a StringBuffer.
We're seeing a lot of allocation pressure due to declaration parsing. XMLDeclarationParser always allocates a character array of size 65535. This is quite excessive. Also it's not needed since all the content is already in a StringBuffer.