You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by bu...@apache.org on 2004/05/25 00:37:24 UTC

DO NOT REPLY [Bug 29188] New: - Minor clean-ups and speed/memory improvment

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29188>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29188

Minor clean-ups and speed/memory improvment

           Summary: Minor clean-ups and speed/memory improvment
           Product: Security
           Version: cvs
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Signature
        AssignedTo: security-dev@xml.apache.org
        ReportedBy: raul-info@r-bg.com


A patch that makes the tests runtime goesfrom 46sec to 34sec (at least in my
machine). Tomorrow I'll post a more detailed description of the patch, but it
contains mostly clean-ups, the replace of b64 encoder by the b64 encoder of
xerces, and the share of cachedxpathapi between all the methods that work over
the signature document. Less garbage is produced and the memory footprint has
been lowered a little.

All the tests are running ok. But two test has been patch (it seems that the
xerces b64 adds a \n where the original does not).

Regards