+1

and thanks to everybody for your support!


Vitaly Prapirny <[EMAIL PROTECTED]> writes:

> I'd prefer https://issues.apache.org/jira/browse/XERCESC-1242 to be
> fixed in this release also.

I and Alberto (who is a local regex guru ;-)) discussed applying this
patch to 2.8.0. However, the changes are extensive and it is unclear
what impact they will have on the performance of "normal" cases (short
strings). After all the patch essentially substitutes program stack
(which is quite fast) with a heap-based stack (which is quite slow).
So we decided not to apply it to 2.8.0. It is however in 3.0.0 which
will hopefully be released soon.

Boris

-- 
Boris Kolpackov
Code Synthesis Tools CC
http://www.codesynthesis.com
Open-Source, Cross-Platform C++ XML Data Binding

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to