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

Refactor validation results parsing. Resolves #17. #18

Merged
merged 1 commit into from
Jun 30, 2022

Conversation

seiz1
Copy link

@seiz1 seiz1 commented Jun 3, 2022

Accessing xml_element and then using getparent().getparent() seems to be slowing execution down significantly in bigger xml files.
After refactoring the parsing speed is improved.
Comparison of parsing time for 168549 xml objects:

  • Slow load time elapsed: 1896.58s
  • Fast load time elapsed: 2.95s

@Haigutus Haigutus merged commit 86b9440 into Haigutus:BDS_extentsion Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants