Re: Exclusive C14n in Apache
Joseph Reagle <[email protected]> Fri, 24 May 2002 18:34:01 -0400
| Newsgroups | gmane.ietf.xmldsig |
|---|---|
| Organization | W3C |
| Message-ID | <[email protected]> |
On Thursday 23 May 2002 17:13, Christian Geuer-Pollmann wrote: > I implemented exclusive c14n for the Apache package. On my > implementation, exclusive c14n is SLOWER than inclusive c14n: > > Factor between 1.3 and 1.6 Do you have a sense of why? In some cases I expect some variances, but this is rather surprising. The intent was to simplify a number of things c14n processing required such as (1) checking to see if the parent element is in the subset on that xml:foo issue we've been discussing and (2) if you have a subset in a small document, you don't have to walk up the tree to find ancestor xml:foo attributes.