You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Martin Labarthe Dubois <du...@consist.com.ar> on 2004/04/19 20:55:21 UTC

Re: 1.1 Release - much Faster ??? & Memory Issue

> If you don't use xpath transformations everything is a lot faster(If you
> use it, you get a moderate speed-up). But the best thing is that know
> that the engineSign is significative, the Scott's native JCE
> implementation improves the think a lot(x4 times) (Thanks Scott).
>  Right now in my test the slower part of the library is the c14n part,

well, as you can see, i am not using any transformation at all, that
explains the speed-up.:

      // transforms.addTransform(Transforms.TRANSFORM_ENVELOPED_SIGNATURE);
      // transforms.addTransform(Transforms.TRANSFORM_C14N_WITH_COMMENTS);
      // sig.addDocument(pPathPrefijo, transforms);
      sig.addDocument(pPathPrefijo);