172
I Use This!
Very Low Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 4 years ago by Tobias Elbrandt
Our address sanatizer found a mismatching delete[] for memory allocated via new (not new[]) in the destructor of MemBufInputSource. I looked at the code to find places where new[] is used which would make it necessary to use delete[] instead of delete Read more
Posted almost 5 years ago by Ratan Kumar Burnwal
Not able to build XERCESS 3.2.3 on MAC for arm64 configuration
Posted almost 5 years ago by Ratan Kumar Burnwal
Not able to build XERCESS 3.2.3 on MAC for arm64 configuration
Posted almost 5 years ago by Tamir Yehuda
AbstractDOMParser::parse potentially throws undocumented OutOfMemoryException
Posted about 5 years ago by Scott Cantor
Xerces 3.2.0 (and newer) perfomance issue
Posted about 5 years ago by Scott Cantor
Xerces 3.2.0 (and newer) perfomance issue
Posted about 5 years ago by Scott Cantor
The more specific performance numbers are appreciated, but doesn't change the fundamental issue, which is that the old code was broken, and there is nobody offering to redo the code to provide the desired performance without using invalid casts but Read more
Posted about 5 years ago by Scott Cantor
DOMParentNode::appendChildFast is not efficient due to multiple dynamic_casts
Posted about 5 years ago by Scott Cantor
Xerces 3.2.0 (and newer) perfomance issue
Posted about 5 years ago by Andrii
We are using Xerces library to parse huge(about 10 000 lines) XML configuration file while starting one of our core application.  After switching from 3.1.4 to 3.2.0 version we started observing perfomance issues. Parsing now takes about 3-4 seconds Read more