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





------- Additional Comments From [EMAIL PROTECTED]  2004-07-20 16:58 -------
Latest version,
  This one takes the alltest runtime from 16s to 9-10s(UNDER 10secs from 46secs
at the beginig of the patch from over 1min at the beginig of 1.1 development,
and the first one have more tests, new test vectors from iop).

The last speed-up comes from little tweaking in the CannicalizerBase class that
can be summarize in:
       * Don't use outputwriter to do char to UTF8 transformations. Do it by hand.
       * Make the output* methods static so this._writer is not read everytime
and can be inlined easyly by the JIT(Seems stupid but it helps a lot).

Reply via email to