slixmpp/sleekxmpp/xmlstream/matcher
Lance Stout 2923f56561 Pre-parse StanzaPath paths to speed up matching.
The parsing and namespace cleaning isn't terribly expensive, but it does
add up. It was adding an extra 5sec when processing 100,000 basic
message stanzas.
2012-01-17 22:28:44 -08:00
..
__init__.py
base.py
id.py
many.py
stanzapath.py Pre-parse StanzaPath paths to speed up matching. 2012-01-17 22:28:44 -08:00
xmlmask.py
xpath.py