slixmpp/sleekxmpp
Jean-Philippe Caruana 8f364b9a95 performance in jid : replace __getattr__ et __setattr__ by @property and @xxx.setter
this implementatian is much more verbose but faster, especilally if you are dealing a lot with JIDs
on my box, ./testall.py now takes 45s. It takes 53s in the old implementation (about 15% faster)
2013-07-25 16:36:18 +02:00
..
2013-03-28 22:41:00 +04:00
2013-01-26 14:33:52 -08:00
2013-02-28 11:53:24 -08:00