Our great sponsors
-
According to lxml benchmarking docs, Python’s built in xml parser wouldn’t behave that bad either: https://github.com/lxml/lxml/blob/master/doc/performance.txt
-
And of course, Numba is an option for when you want performance in combination with Python. Damn thing is magic. And you can operate on numpy arrays with it, so you really can get the best of both worlds.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
The built-in Python xml parser is xml.etree (https://github.com/python/cpython/tree/3.9/Lib/xml/).
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.