Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
OriginalXmlProperties optimization
Dramatic speed improvement in XML original properties storage. The original implementation used a call to QDomNodeList::count() method that calls QDomNodeListPrivate::createList() -> DETACH! By using a while loop we prevent the detach and it's more than 10 times faster. (cherry picked from commit a3b4a48)
- Loading branch information
Showing
with
10 additions
and 9 deletions.