Padding appending to psi inefficient

Issue #13 resolved
Saxon Milton created an issue

Currently adding padding to psi is allocation heavy and does not need to be.

Comments (1)

  1. Saxon Milton reporter

    padding now only occurs once. It has also been improved by not doing two makes when only a resize and then copy is required.

  2. Log in to comment