-
Notifications
You must be signed in to change notification settings - Fork 277
Problem with overlapped-lists that is enabled by the dependency #885
Copy link
Copy link
Open
Labels
enhancementhelp wantedserdeIssues related to mapping from Rust types to XMLIssues related to mapping from Rust types to XML
Description
So we are using quick-xml to parse a bunch of big (tens if megabytes) xml files. Works great, easy to use. pretty fast to run - under a second in release mode. And it slows down to a crawl (parsing takes several hours) when one of our dependencies enables overlapped-lists - which gets propagated to our code due to dependency unification.
Is there any way to disable overlapped-lists functionality for one specific deserializer?
Current workaround is for our code to depend on an older version of quick-xml, but it causes its own problems.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementhelp wantedserdeIssues related to mapping from Rust types to XMLIssues related to mapping from Rust types to XML