Skip to content
Snippets Groups Projects
Commit 762c368eae42 authored by Charlie Clark's avatar Charlie Clark
Browse files

Add note on performance.

parent 1f11070b87f3
Branches
Tags
No related merge requests found
......@@ -5,6 +5,12 @@
It is pure Python and about twice as slow than lxml or other solutions.
Note on performance
-------------------
There is one area where an optimisation for lxml will negatively affect the performance of et_xmfile: when using the `.element()` method on an xmlfile context manager. It is recommended not to use this, though the method is provided for code compatibility.
Sample code:
++++++++++++
......@@ -12,7 +18,7 @@
API Documentation
------------------
-----------------
.. toctree::
:maxdepth: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment