Skip to content

Use SAX instead of DOM for Parsing #4

@Bunkerbewohner

Description

@Bunkerbewohner

Currently the library uses the DOM based XmlDocument class for parsing COLLADA documents which offers easy access to the XML data. However, since COLLADA models can be several MB large this method can be very memory consuming. An alternative SAX implementation would probably not only save memory, but also would be faster.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions