Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breathe parsing XML slow #544

Closed
HobbitDur opened this issue Jun 13, 2020 · 3 comments
Closed

Breathe parsing XML slow #544

HobbitDur opened this issue Jun 13, 2020 · 3 comments
Assignees
Labels
duplicate Duplicate issue

Comments

@HobbitDur
Copy link

Hi guys.
After some test and trying to launch Breathe for my full project, it is not possible to use it.
With doxygen I have 6500 XML file generated, and it takes way too much time to analyse for Breathe all of this, the build take longer than 10 min.
Except if you have any advice to reduce it to 10 sec, I'm gonna have to abandon the idea of Breathe.
Thank you for your support

@vermeeren
Copy link
Collaborator

I believe this is very similar, if not the same, as #439 and possibly #315. In short it appears that replacing minidom with lxml should net significant performance gain.

As always patches are very welcome, I don't have the time to actively develop Breathe at this point in time (I only maintain it, in a rather minimal sense unfortunately).

@HobbitDur
Copy link
Author

Well yes it corresponds to othhers reports. We made the decision to not use Breathe. Thank you for your time and kind help, hope the best to this repository.

@AnthonyDiGirolamo
Copy link

If anyone is still interested in lxml I started a PR for it #891 It's not complete but unit tests are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Duplicate issue
Projects
None yet
Development

No branches or pull requests

3 participants