RazrFalcon / roxmltree

Represent an XML document as a read-only tree.
Apache License 2.0
434 stars 37 forks source link

resolve_href cost too long when parse complex svg #98

Closed wjian23 closed 1 year ago

wjian23 commented 1 year ago

parse svg glyph in NotoColorEmoji font block more than 10 min and still no complete. it's a O(n^2) algorithm, will probably become a problem when deal with too many nodes and many href node。 Saw from the comment, It's the choice for the less caret dependency, maybe can supply a more effected implement as a feature?

image