Hi there!
I recently published an article on dev.to about XML parsing performance in Python:
How to Parse XML Fast in 2026 (Python)
I noticed your repository compares different XML parsing methods in Python, which is great! I wanted to share my library, pygixml (https://github.com/mohammadraziei/pygixml), which is a Python binding for pugixml — one of the fastest XML parsers available (used in projects like Mozilla Firefox and Unreal Engine).
If you find it useful, I'd be honored if you could add it to your alternatives list in the readme. It could help users looking for maximum parsing performance.
Thanks for maintaining this helpful resource!
Best regards,
Mohammad
Hi there!
I recently published an article on dev.to about XML parsing performance in Python:
How to Parse XML Fast in 2026 (Python)
I noticed your repository compares different XML parsing methods in Python, which is great! I wanted to share my library, pygixml (https://github.com/mohammadraziei/pygixml), which is a Python binding for pugixml — one of the fastest XML parsers available (used in projects like Mozilla Firefox and Unreal Engine).
If you find it useful, I'd be honored if you could add it to your alternatives list in the readme. It could help users looking for maximum parsing performance.
Thanks for maintaining this helpful resource!
Best regards,
Mohammad